We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1b449 commit e8d5c6cCopy full SHA for e8d5c6c
1 file changed
.github/workflows/release.yml
@@ -1,13 +1,9 @@
1
name: "Release"
2
3
on:
4
- workflow_dispatch:
5
- workflow_run:
6
- workflows: ["CI - linters and tests"]
7
- types:
8
- - completed
+ push:
9
branches:
10
- - main
+ - main
11
12
concurrency: # Run release builds sequentially
13
group: ci-${{ github.ref }}
@@ -19,7 +15,6 @@ jobs:
19
15
release:
20
16
name: release
21
17
runs-on: ubuntu-latest
22
- if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
23
18
steps:
24
- name: "Check out code"
25
uses: actions/checkout@v5
0 commit comments