Skip to content

Commit 5cb3f5b

Browse files
committed
Fix github actions push/pr triggers
1 parent 353ba6c commit 5cb3f5b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/pull_request.yml renamed to .github/workflows/ci.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
on: [push, pull_request]
1+
on:
2+
push:
3+
branches:
4+
- master
5+
pull_request:
6+
branches:
7+
- master
28

3-
name: Pull Request
9+
name: ci
410

511
jobs:
612
build_test:

0 commit comments

Comments
 (0)