Skip to content

Commit

Permalink
Update setup_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored Aug 1, 2024
1 parent 3ef63b8 commit a81cfab
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/setup_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Setup & test

on: [ push, pull_request ]
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
schedule:
- cron: '0 0 * * *'

jobs:
tests:
Expand Down

0 comments on commit a81cfab

Please sign in to comment.