Skip to content

Commit 994077f

Browse files
author
Ralf Grubenmann
committed
chore: fix github action trigger
1 parent c0593c4 commit 994077f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_deploy.yml

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

1616
env:
1717
DEPENDENCY_CACHE_PREFIX: "v2"

0 commit comments

Comments
 (0)