Skip to content

Commit a9edb78

Browse files
committed
Only run GitHub Actions workflows once
1 parent 1a26957 commit a9edb78

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Test Suite
22

33
on:
4-
push:
4+
branches:
5+
- main
6+
- '*.x'
57
pull_request:
68

79
jobs:

0 commit comments

Comments
 (0)