Skip to content

Commit 359834c

Browse files
committed
Correct or to and
1 parent 6a51c2b commit 359834c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "$GITHUB_CONTEXT"
1919
- name: Fail if not a release publish # workaround has `on` doesn't have this filter
2020
run: exit 1
21-
if: github.event_name == 'release' && (github.event.action != 'published' || github.event.action != 'rerequested')
21+
if: github.event_name == 'release' && (github.event.action != 'published' && github.event.action != 'rerequested')
2222
- name: Set up Python 3.5
2323
uses: actions/setup-python@v1
2424
with:

0 commit comments

Comments
 (0)