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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths-ignore:
|
||||||
|
- '**.md'
|
||||||
|
- 'appveyor.yml'
|
||||||
|
- 'scripts/*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
windows-build:
|
windows-build:
|
||||||
|
|
Loading…
Reference in New Issue