Skip to content

Commit ffe9d2a

Browse files
author
Ralf Grubenmann
committed
fix action trigger
1 parent 24407e5 commit ffe9d2a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test_deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ on:
1010
- "v*.*.*"
1111
pull_request:
1212
types: [opened, reopened, synchronize]
13-
branches-ignore:
14-
- "release/**"
13+
branches:
14+
- "**"
15+
- "!release/**"
16+
- "!master"
17+
- "!develop"
1518

1619
env:
1720
DEPENDENCY_CACHE_PREFIX: "v2"

0 commit comments

Comments
 (0)