mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Run github actions on PR commits.
This commit is contained in:
parent
0ee7ebbc43
commit
21d6984153
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: ci-tests-docker
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
ci_tests_archlinux:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: ci-tests
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
ci_tests_ubuntu-18:
|
||||
runs-on: ubuntu-18.04
|
||||
|
2
.github/workflows/mac-tests.yaml
vendored
2
.github/workflows/mac-tests.yaml
vendored
@ -1,5 +1,5 @@
|
||||
name: mac-tests
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
ci_tests_mac:
|
||||
runs-on: macos-10.15
|
||||
|
Loading…
Reference in New Issue
Block a user