We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a51c2b commit 359834cCopy full SHA for 359834c
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
run: echo "$GITHUB_CONTEXT"
19
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
20
run: exit 1
21
- if: github.event_name == 'release' && (github.event.action != 'published' || github.event.action != 'rerequested')
+ if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
22
- name: Set up Python 3.5
23
uses: actions/setup-python@v1
24
with:
0 commit comments