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: on:
push: push:
branches:
- master
paths-ignore: paths-ignore:
- "**.md" - "**.md"
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - "**.md"
schedule:
- cron: 0 0 * * 5
jobs: jobs:
test: test: