Merge pull request #611 from ggrtk/github-actions

CI: Add manual Actions workflow trigger
pull/618/head
Connor McLaughlin 5 years ago committed by GitHub
commit 00a27f8636
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save