Skip to content

Commit 86e96be

Browse files
committed
chore: Run build on new default branch and MRs
1 parent 93878b7 commit 86e96be

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
name: build
22

33
on:
4+
# allow to manual run the action
5+
workflow_dispatch: {}
6+
pull_request: {}
7+
merge_group: {}
48
push:
5-
branches: [master]
6-
pull_request:
7-
branches: ["*"]
9+
branches:
10+
- develop
11+
tags:
12+
- "*"
813

914
jobs:
1015
build:

0 commit comments

Comments
 (0)