CI: trigger on push and workflow_dispatch
This commit is contained in:
4
.github/workflows/bmq-current-arch.yml
vendored
4
.github/workflows/bmq-current-arch.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: Arch Linux BMQ current CI
|
name: Arch Linux BMQ current CI
|
||||||
|
|
||||||
on:
|
on: [workflow_dispatch, push]
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
4
.github/workflows/cfs-current-arch.yml
vendored
4
.github/workflows/cfs-current-arch.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: Arch Linux CFS current CI
|
name: Arch Linux CFS current CI
|
||||||
|
|
||||||
on:
|
on: [workflow_dispatch, push]
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
4
.github/workflows/pds-current-arch.yml
vendored
4
.github/workflows/pds-current-arch.yml
vendored
@@ -1,8 +1,6 @@
|
|||||||
name: Arch Linux PDS current CI
|
name: Arch Linux PDS current CI
|
||||||
|
|
||||||
on:
|
on: [workflow_dispatch, push]
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Reference in New Issue
Block a user