Skip to content

Commit f6b4f4a

Browse files
author
drickett
committed
tbh I don't know github actions as well as I do gitlab ci
1 parent c169150 commit f6b4f4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: test
33
on:
44
push:
55
branches: [main, master]
6-
pull_request: true
6+
pull_request:
7+
branches: [main, master]
78

89
concurrency:
910
group: test-${{ github.head_ref }}

0 commit comments

Comments
 (0)