Skip to content

Commit

Permalink
Set only push condition
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKruegerDev committed Mar 8, 2023
1 parent 23e5f6d commit 7ae080a
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 @@ -63,7 +63,7 @@ jobs:
publish:
needs: [build]
if: github.event_name == 'push' && github.repository == 'MoviebaseApp/trakt-api' && github.ref == 'refs/heads/main'
if: github.event_name == 'push'
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit 7ae080a

Please sign in to comment.