Merge pull request #611 from ggrtk/github-actions

CI: Add manual Actions workflow trigger
This commit is contained in:
Connor McLaughlin 2020-07-15 02:28:17 +10:00 committed by GitHub
commit 00a27f8636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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: