Update cooker.yml

This commit is contained in:
XargonWan 2022-04-05 20:37:39 +09:00 committed by GitHub
parent 8c43813353
commit c7403815a1

View file

@ -6,9 +6,9 @@ name: Cooker
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ '*' ]
branches: [ integrated ]
pull_request:
branches: [ '*' ]
branches: [ integrated ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: