core: Added workflow_dispatch to some of the CI pipelines [skip ci]

pull/4392/head
Jamie 3 years ago
parent 5d34d9ff61
commit 50ad32c339

@ -7,6 +7,7 @@ on:
branches: [ develop ]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
automation-tests:

@ -3,6 +3,7 @@ name: PR Build
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
build-ui:

Loading…
Cancel
Save