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 14b782d commit c60488fCopy full SHA for c60488f
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- test
38
- test_gitoxide
39
runs-on: ubuntu-latest
40
- if: "success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
+ if: "success() && github.event_name == 'push' && (github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try')"
41
steps:
42
- run: echo ok
43
failure:
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
- if: "!success() && github.event_name == 'push' && github.ref == 'refs/heads/auto-cargo'"
+ if: "!success() && github.event_name == 'push' && (github.ref == 'refs/heads/auto-cargo' || github.ref == 'refs/heads/try')"
59
60
- run: exit 1
61
0 commit comments