GitHub 'test' workflow: Run on any pull request
This commit is contained in:
parent
8b4b20fe97
commit
92907a1361
1 changed files with 2 additions and 7 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
@ -2,14 +2,9 @@ name: Test Pico CMS
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- pico-3.0
|
||||
branches: [ 'master' ]
|
||||
tags: [ 'v*.*.*' ]
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- pico-3.0
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue