Skip to content

Commit e8d5c6c

Browse files
committed
chore(gha): revert release action changes
1 parent 1b1b449 commit e8d5c6c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: "Release"
22

33
on:
4-
workflow_dispatch:
5-
workflow_run:
6-
workflows: ["CI - linters and tests"]
7-
types:
8-
- completed
4+
push:
95
branches:
10-
- main
6+
- main
117

128
concurrency: # Run release builds sequentially
139
group: ci-${{ github.ref }}
@@ -19,7 +15,6 @@ jobs:
1915
release:
2016
name: release
2117
runs-on: ubuntu-latest
22-
if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
2318
steps:
2419
- name: "Check out code"
2520
uses: actions/checkout@v5

0 commit comments

Comments
 (0)