Skip to content

Commit 6455c73

Browse files
committed
perf(ci): only run workflows for specific branches
1 parent edf12cd commit 6455c73

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pi_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
pull_request:
77
types: [opened, synchronize, reopened]
8+
branches:
9+
- dev
10+
- parent-image-updates
811

912
permissions:
1013
id-token: write

.github/workflows/pi_merge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55

66
pull_request:
77
types: [closed]
8+
branches:
9+
- dev
10+
- parent-image-updates
811

912
permissions:
1013
id-token: write

0 commit comments

Comments
 (0)