Skip to content

Commit 65423b4

Browse files
committed
only apply devnet-pass/testnet-pass label check to PRs on main
1 parent b4ca34b commit 65423b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/devnet-labels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Tested on Devnet
22
on:
33
pull_request:
44
types: [opened, labeled, unlabeled, synchronize]
5+
branches: [main]
56
jobs:
67
check-labels:
78
runs-on: ubuntu-latest

.github/workflows/testnet-labels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Tested on Testnet
22
on:
33
pull_request:
44
types: [opened, labeled, unlabeled, synchronize]
5+
branches: [main]
56
jobs:
67
check-labels:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)