Skip to content

Commit

Permalink
Update test-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonepatr authored Jan 29, 2021
1 parent edb5ea6 commit d3613fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
if: github.repository == 'xdy/twodsix-foundryvtt'
if: github.repository == 'jonepatr/twodsix-foundryvtt'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

release:
# Only release on push to master or development on xdy/twodsix-foundryvtt
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development') && github.repository == 'xdy/twodsix-foundryvtt'
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development') && github.repository == 'jonepatr/twodsix-foundryvtt'
runs-on: ubuntu-latest
# Waits for test jobs for each Node.js version to complete
needs: [test]
Expand Down

0 comments on commit d3613fb

Please sign in to comment.