ci: push-event triggers CI only on master branch (#949)

This commit is contained in:
James Hegedus 2021-05-22 10:24:29 +10:00 committed by GitHub
parent 156a82cc49
commit 0a3865d0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@ name: Main workflow
on:
push:
branches:
- master
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
schedule:
- cron: 0 0 * * 5
jobs:
test: