Skip to content

Commit

Permalink
Fix deploy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 15, 2020
1 parent 8a9c208 commit aba54f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
matrix:
python-version: [3.7]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.repository_owner == 'galaxyproject'
if: github.ref == 'refs/heads/master' && github.repository_owner == 'mvdbeek'
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit aba54f9

Please sign in to comment.