Skip to content

Commit

Permalink
Only run action on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Oct 12, 2021
1 parent 714ab74 commit e69cddc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Build action
run: yarn build
- name: Sync test branch
if: github.ref == 'refs/heads/main'
uses: ./
with:
branch: test
Expand Down

0 comments on commit e69cddc

Please sign in to comment.