Merge pull request #209 from pikers/ci_on_forks

Run CI on cross-fork PRs?
brokers_config
goodboy 2021-07-21 20:24:01 -04:00 committed by GitHub
commit 161089de87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
name: CI name: CI
on: push on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: jobs: