Skip to content

Commit 9bef2ae

Browse files
authored
Update tests.yml
1 parent bd7c9a6 commit 9bef2ae

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Testing
2-
on: push
2+
on:
3+
push:
4+
branches: [main, master]
5+
pull_request:
36
concurrency:
47
group: tests_${{ github.ref }}
58
cancel-in-progress: true

0 commit comments

Comments
 (0)