Skip to content

Commit 410027c

Browse files
committed
ci: change triggers
1 parent 5cce729 commit 410027c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: Build pipeline
22
on:
33
push:
4-
branches:
5-
- master
6-
- devel
4+
pull_request:
75
release:
8-
types: [released]
6+
types: [published]
7+
workflow_dispatch:
98

109
jobs:
1110
build:

0 commit comments

Comments
 (0)