commit 9ea87093c52612dd6b43202bf860944e98be1c99 parent 6206522f33e2bc49fcd0c2063ff8b4e9734416c9 Author: Erik Agsjö <erik.agsjo@gmail.com> Date: Mon, 31 Jul 2023 09:53:08 +0200 Run workflows on pr and manually Diffstat:
| M | .github/workflows/android.yml | | | 6 | ++++++ |
| M | .github/workflows/cmdline.yml | | | 6 | ++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -4,6 +4,12 @@ on: push: branches-ignore: - 'test-*' + pull-request: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: diff --git a/.github/workflows/cmdline.yml b/.github/workflows/cmdline.yml @@ -4,6 +4,12 @@ on: push: branches-ignore: - 'test-*' + pull-request: + workflow_dispatch: + +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: