Skip to content

Commit bf1dcbb

Browse files
committed
👷 Fix build action triggers
1 parent 8ea940e commit bf1dcbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ on:
33
push:
44
branches:
55
- master
6+
- devel
67
release:
7-
types: [published, prereleased]
8+
types: [released]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)