Skip to content

Commit

Permalink
Merge pull request #1789 from kazasaku/feature/change_ci_trigger_by_m…
Browse files Browse the repository at this point in the history
…anually_dispatch

ワークフローを手動で実行できるようにする
  • Loading branch information
Kohki Akikaze authored Feb 9, 2022
2 parents d6212e8 + 342a04d commit 7f96b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sakura.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: build sakura
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
paths-ignore:
- '**/*.md'
Expand All @@ -11,7 +12,6 @@ on:
- appveyor.yml
- 'azure-pipelines*.yml'
- 'ci/azure-pipelines/template*.yml'

pull_request:
paths-ignore:
- '**/*.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sonarscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: SonarCloud
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
workflow_dispatch:
push:
paths-ignore:
- '**/*.md'
Expand Down

0 comments on commit 7f96b2c

Please sign in to comment.