Skip to content

Commit

Permalink
CI: don't try to deploy for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx committed Apr 11, 2024
1 parent fa2e1b3 commit a10ee15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/xzre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if: ${{ false }}

- name: Deploy
if: github.event_name != 'pull_request'
uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a10ee15

Please sign in to comment.