ci: remove duplicate push trigger from release-gate
This commit is contained in:
parent
941028e705
commit
3c9d09c4e2
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release-gate.yml
vendored
3
.github/workflows/release-gate.yml
vendored
|
|
@ -1,11 +1,8 @@
|
||||||
name: Release Gate
|
name: Release Gate
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: ['release/**']
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
# Only run on PRs from release branches
|
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue