Skip to content

Commit

Permalink
fixup! Sync version between release and package
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Breguła committed Dec 11, 2020
1 parent 17685b8 commit 911e1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
GITHUB_COMMIT: ${{ github.sha }}
GITHUB_REF: ${{ github.ref }}
if: >
github.ref == 'refs/heads/master' && github.repository == 'apache/airflow-site' &&
github.ref == 'refs/heads/master' &&
github.event_name == 'push'
run: |
gh auth status
Expand Down

0 comments on commit 911e1db

Please sign in to comment.