ci: added manual trigger to actions

This commit is contained in:
Rick van Lieshout 2024-05-27 12:33:34 +02:00
parent 51f7a96634
commit 1e6b9f7dcf
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ on:
branches-ignore: branches-ignore:
- master - master
- develop - develop
workflow_dispatch:
jobs: jobs:
build_on_linux: build_on_linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -8,6 +8,7 @@ on:
pull_request: pull_request:
branches: branches:
- master - master
workflow_dispatch:
jobs: jobs:
build_on_linux: build_on_linux: