mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-24 19:00:55 +00:00
Update workflow triggers to include workflow_dispatch
This commit is contained in:
parent
9efef817dc
commit
971c7d176d
1 changed files with 1 additions and 2 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
|
@ -1,8 +1,7 @@
|
|||
name: Build and test
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
- workflow_dispatch
|
||||
|
||||
env:
|
||||
BUILD_TYPE: RelWithDebInfo
|
||||
|
|
|
|||
Loading…
Reference in a new issue