更新 .gitea/workflows/Laravel.yaml
This commit is contained in:
parent
efd7f5fefd
commit
0b711abb16
|
@ -3,7 +3,6 @@ name: Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- feature
|
||||
- master
|
||||
- '*.x'
|
||||
pull_request:
|
||||
|
@ -15,7 +14,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
tests:
|
||||
runs-on: local
|
||||
runs-on: centos
|
||||
|
||||
strategy:
|
||||
fail-fast: true
|
||||
|
|
Loading…
Reference in New Issue
Block a user