Skip to content

Commit ee5fdb3

Browse files
authored
Merge pull request #2029 from benjeffery/fix_release_action
Fix release action triggers
2 parents 1d4e0ed + d2097ef commit ee5fdb3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Release
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
- test
8-
tags:
9-
- '*'
3+
on: push
104

115
jobs:
126
build:

0 commit comments

Comments
 (0)