Skip to content

Commit

Permalink
fix(main): adjust sync to run from the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent 457452e commit 2ceeaac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
timeout-minutes: 20

# only runs on main branch
if: ${{ github.ref == 'refs/heads/master' }}
if: ${{ github.ref == 'refs/heads/main' }}

runs-on: ubuntu-latest

Expand Down

0 comments on commit 2ceeaac

Please sign in to comment.