GitHub 'test' workflow: Run on any pull request

pico-3.0
Daniel Rudolf 3 years ago
parent 8b4b20fe97
commit 92907a1361
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 9
      .github/workflows/test.yml

@ -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…
Cancel
Save