Skip to content

Commit 7b1719e

Browse files
authored
Merge pull request CactuseSecurity#3281 from tpurschke/develop
only auto run github actions on main & dev branches
2 parents b7a24f3 + 13f5b39 commit 7b1719e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test-install.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ name: Build
44
on:
55

66
push:
7-
branches-ignore:
8-
- importer-rework
7+
# branches-ignore:
8+
# - importer-rework
9+
branches:
10+
- main
11+
- develop
912
paths-ignore:
1013
- 'documentation/**'
1114
- 'design/**'

0 commit comments

Comments
 (0)