mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 23:45:39 +00:00
Update cooker.yml
This commit is contained in:
parent
42058ffd9b
commit
fbbe5830fd
6
.github/workflows/cooker.yml
vendored
6
.github/workflows/cooker.yml
vendored
|
@ -6,9 +6,11 @@ name: Cooker
|
||||||
on:
|
on:
|
||||||
# Triggers the workflow on push or pull request events but only for the main branch
|
# Triggers the workflow on push or pull request events but only for the main branch
|
||||||
push:
|
push:
|
||||||
branches: [ integrated ]
|
branches:
|
||||||
|
- integrated
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ integrated ]
|
branches:
|
||||||
|
- integrated
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Reference in a new issue