Skip to content

Commit 30769a7

Browse files
committed
Add trigger for release branches
Signed-off-by: Jakub Stejskal <xstejs24@gmail.com>
1 parent 2a770f6 commit 30769a7

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- "main"
10+
- "release-*"
1011

1112
permissions:
1213
contents: read

.github/workflows/test-dependencies.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- "main"
10+
- "release-*"
1011

1112
# Declare default permissions as read only
1213
permissions:

.github/workflows/test-integrations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- "main"
10+
- "release-*"
1011

1112
# Declare default permissions as read only
1213
permissions:

0 commit comments

Comments
 (0)