Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 8167c90

Browse files
committed
Allow running CD pipeline only on master
1 parent 7c048e4 commit 8167c90

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
jobs:
1616
release:
1717
name: "Release"
18+
if: ${{ github.ref == 'refs/heads/master' }}
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: "Checkout code"

0 commit comments

Comments
 (0)