Skip to content

Commit 4d658fd

Browse files
Tweak workflows to avoid double builds on PRs (#166)
1 parent 4e8c236 commit 4d658fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-test.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: Build & Test
22

33
on:
4-
push:
5-
workflow_dispatch:
64
pull_request:
75
branches:
86
- main
7+
push:
8+
branches:
9+
- main
10+
workflow_dispatch:
911

1012
jobs:
1113
build-spm:

0 commit comments

Comments
 (0)