Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 3fed94f

Browse files
authored
ci: fix release triggers
1 parent 5c2ed5d commit 3fed94f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,13 @@
22
name: Release
33

44
on:
5-
workflow_run:
6-
workflows: ["Test"]
7-
branches: [master]
8-
types:
9-
- completed
5+
push:
6+
branches:
7+
- master
108

119
jobs:
1210
release:
13-
if: github.event.workflow_run.conclusion == 'success'
11+
if: github.ref == 'refs/heads/master'
1412
runs-on: ubuntu-latest
1513
env:
1614
GIT_AUTHOR_EMAIL: [email protected]

0 commit comments

Comments
 (0)