mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
run github action on pull/request push to php8 branch only
This commit is contained in:
parent
b763f390d3
commit
bf319f7620
7
.github/workflows/build-test.yml
vendored
7
.github/workflows/build-test.yml
vendored
@ -1,7 +1,12 @@
|
|||||||
name: Test building extension
|
name: Test building extension
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- push
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- php8
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- php8
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
Loading…
Reference in New Issue
Block a user