Skip to content

Commit

Permalink
only apply devnet-pass/testnet-pass label check to PRs on main
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Jun 14, 2024
1 parent b4ca34b commit 65423b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devnet-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tested on Devnet
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches: [main]
jobs:
check-labels:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/testnet-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tested on Testnet
on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
branches: [main]
jobs:
check-labels:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 65423b4

Please sign in to comment.