core: Added workflow_dispatch to some of the CI pipelines [skip ci] (#4392)

This commit is contained in:
Jamie 2021-11-09 21:26:57 +00:00 committed by GitHub
commit 83f92317d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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