Skip to content

Commit

Permalink
CI: Create release only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 committed Jun 5, 2024
1 parent 0b7671d commit fb92b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:

- name: Create Release
if: |
github.ref_name == 'main' &&
github.event_name == 'push' &&
github.repository == 'illusion0001/PS4-PS5-Game-Patch'
env:
Expand Down

0 comments on commit fb92b22

Please sign in to comment.