Skip to content

Commit

Permalink
Use event_name instead of event (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jun 12, 2020
1 parent 6c51f34 commit 7f6433d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
run: mkdocs build

publish_TestPyPI:
if: github.event == 'push'
if: github.event_name == 'push'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 7f6433d

Please sign in to comment.