Skip to content

Commit

Permalink
[ci] Executing tests in every push and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Oct 24, 2022
1 parent 77a98d8 commit 3040fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test

on:
push:
branches: [ 'main', 'master' ]
branches: [ '*' ]

pull_request:
branches: [ 'main', 'master' ]
branches: [ '*' ]

schedule:
- cron: "15 1 * * *"
Expand Down

0 comments on commit 3040fb8

Please sign in to comment.