Merge pull request #611 from ggrtk/github-actions
CI: Add manual Actions workflow trigger
This commit is contained in:
commit
00a27f8636
|
@ -2,9 +2,18 @@ name: Create rolling release
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'appveyor.yml'
|
||||
- 'scripts/*'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
- 'appveyor.yml'
|
||||
- 'scripts/*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
windows-build:
|
||||
|
|
Loading…
Reference in New Issue