Skip to content

Commit 5b49265

Browse files
committed
ci: drop condition
1 parent 9e8ae11 commit 5b49265

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
run: cargo +nightly clippy --all-features --workspace -- -D warnings
5050
release:
5151
needs: build
52-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
5352
name: Release
5453
runs-on: ubuntu-latest
5554
permissions:

workspace/gh-workflow-gen/build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@ fn main() {
4949

5050
let release = Job::new("Release")
5151
.needs("build")
52-
.cond(Expression::new(
53-
"github.event_name == 'push' && github.ref == 'refs/heads/main'",
54-
))
5552
.add_env(Env::github())
5653
.add_env(Env::new(
5754
"CARGO_REGISTRY_TOKEN",

0 commit comments

Comments
 (0)