Skip to content

Commit bf319f7

Browse files
committed
run github action on pull/request push to php8 branch only
1 parent b763f39 commit bf319f7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/workflows/build-test.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Test building extension
22

33
on:
4-
- push
4+
pull_request:
5+
branches:
6+
- php8
7+
push:
8+
branches:
9+
- php8
510

611
permissions:
712
contents: read

0 commit comments

Comments
 (0)