Skip to content

Commit 8fe1bf0

Browse files
authored
CI: Avoid double-running on pull requests (#10)
1 parent 90db7e9 commit 8fe1bf0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: Build and test programs
22

3-
on: [pull_request, push]
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
410

511
env:
612
SOLANA_ZIG_VERSION: v1.43.0

0 commit comments

Comments
 (0)