Merge pull request #3 from octfx/feature/actions_on_pr

Make GitHub Actions run on prs too
This commit is contained in:
alistair3149 2019-12-26 12:21:58 -05:00 committed by GitHub
commit d8b5c0a88a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View file

@ -1,6 +1,12 @@
name: Composer name: Composer
on: [push, pull_request] on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs: jobs:
build: build:

View file

@ -1,6 +1,12 @@
name: Grunt name: Grunt
on: [push, pull_request] on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs: jobs:
build: build: