Skip to content

Commit

Permalink
Add filter to GitHub Action
Browse files Browse the repository at this point in the history
Do not create/update "Nightly Releases" for NearInfinityBrowser organization.
  • Loading branch information
Argent77 committed Jul 16, 2023
1 parent 128d743 commit 9c95cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sed -i 's/debug="false"/debug="true"/' build.xml
ant -noinput -buildfile build.xml
- name: Upload artifact
if: ${{ github.actor != 'NearInfinityBrowser' }}
uses: pyTooling/Actions/releaser@r0
with:
tag: nightly
Expand Down

0 comments on commit 9c95cf4

Please sign in to comment.