Skip to content

Commit 625fd68

Browse files
committed
only trigger for push to master branch, or a PR
1 parent e76c7a1 commit 625fd68

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Test
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
38
permissions:
49
contents: read
510
jobs:

0 commit comments

Comments
 (0)