Skip to content

Commit

Permalink
CI: GHA: pull_request, workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 13, 2020
1 parent 27fe478 commit 5a68ff8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_models.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
# https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
name: Test benchmark collection models
on: [push]
on: [push, pull, workflow_dispatch]
jobs:
container:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://github.com/marketplace/actions/publish-docker
name: Deploy to dockerhub
on: [push]
on: [push, workflow_dispatch]
jobs:
build:
name: Deploy to dockerhub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/parpe_tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
# https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables
name: parPE tests
on: [push]
on: [push, pull, workflow_dispatch]
jobs:
container:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/petab_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables

name: PEtab test suite
on: [push]
on: [push, pull, workflow_dispatch]
jobs:
container:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5a68ff8

Please sign in to comment.