Skip to content

Commit

Permalink
Prevent double CI on pull_request push
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon committed Dec 2, 2021
1 parent 34e438c commit b66278c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -5,7 +5,10 @@ on:
# Every sunday at 02:00
- cron: 0 2 * * 0
pull_request:
push: ~
push:
branches:
- main
- '[0-9].x'

jobs:
tests:
Expand Down

0 comments on commit b66278c

Please sign in to comment.