Skip to content

Commit

Permalink
Run github actions on PR commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 10, 2020
1 parent 0ee7ebb commit 21d6984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
@@ -1,5 +1,5 @@
name: ci-tests-docker
on: [push]
on: [push, pull_request]
jobs:
ci_tests_archlinux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
@@ -1,5 +1,5 @@
name: ci-tests
on: [push]
on: [push, pull_request]
jobs:
ci_tests_ubuntu-18:
runs-on: ubuntu-18.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac-tests.yaml
@@ -1,5 +1,5 @@
name: mac-tests
on: [push]
on: [push, pull_request]
jobs:
ci_tests_mac:
runs-on: macos-10.15
Expand Down

0 comments on commit 21d6984

Please sign in to comment.