Skip to content

Commit d1acef6

Browse files
committed
ci(plugins): workflow trigger on main and develop branches
1 parent 25e9e52 commit d1acef6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/plugins.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: Build Sablier plugins
22

33
on:
4-
- pull_request
4+
push:
5+
branches:
6+
- main
7+
- develop
8+
pull_request:
59

610
jobs:
711
traefik:

0 commit comments

Comments
 (0)