0
0
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:
Stefan Siegl 2024-09-29 18:11:48 +02:00
parent b763f390d3
commit bf319f7620

View File

@ -1,7 +1,12 @@
name: Test building extension
on:
- push
pull_request:
branches:
- php8
push:
branches:
- php8
permissions:
contents: read