Skip to content

Commit

Permalink
One last attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Nov 20, 2023
1 parent 43023a3 commit 37d833b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: test
on:
# - schedule:
# - cron: '0 0 * * *'
- push
- pull_request
pull_request
branches:
- main
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 37d833b

Please sign in to comment.