Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
ci: push-event triggers CI only on master branch (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus authored May 22, 2021
1 parent 156a82c commit 0a3865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0a3865d

Please sign in to comment.