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 9e8ae11 commit 5b49265Copy full SHA for 5b49265
.github/workflows/ci.yml
@@ -49,7 +49,6 @@ jobs:
49
run: cargo +nightly clippy --all-features --workspace -- -D warnings
50
release:
51
needs: build
52
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53
name: Release
54
runs-on: ubuntu-latest
55
permissions:
workspace/gh-workflow-gen/build.rs
@@ -49,9 +49,6 @@ fn main() {
let release = Job::new("Release")
.needs("build")
- .cond(Expression::new(
- "github.event_name == 'push' && github.ref == 'refs/heads/main'",
- ))
.add_env(Env::github())
56
.add_env(Env::new(
57
"CARGO_REGISTRY_TOKEN",
0 commit comments