Skip to content

Commit 42163d6

Browse files
committed
Change when the workflow runs
1 parent cad73a3 commit 42163d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/macos.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
# This helps prevent breakage of the dev setup.
33
name: macOS
44

5-
on: push
5+
on:
6+
push:
7+
branches:
8+
- main
9+
pull_request:
610

711
jobs:
812
test-refsol:

0 commit comments

Comments
 (0)