Skip to content

Commit

Permalink
CI updated to avoid double checks on pushes and pull-requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-T committed May 22, 2024
1 parent 8b851e9 commit d7c6088
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,19 @@ on:
schedule:
- cron: '0 17 * * 5'
push:
branches:
- main
- dev
paths-ignore:
- '**.md'
- 'LICENSE'
pull_request:
branches:
- main
- dev
paths-ignore:
- '**.md'
- 'LICENSE'

permissions:
contents: read
Expand Down

0 comments on commit d7c6088

Please sign in to comment.