Skip to content

Commit

Permalink
[ci] run on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 22, 2023
1 parent 755ac74 commit cb925fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Test

on:
push
pull_request
push:
branches:
- '**'
pull_request:
branches:
- '**'
schedule:
- cron: '42 4 5,20 * *'

Expand Down

0 comments on commit cb925fa

Please sign in to comment.