Skip to content

Commit

Permalink
CI: add cron and workflow dispatch (#119)
Browse files Browse the repository at this point in the history
* CI: default branch has been renamed

* CI: adding cron

* CI: adding workflow_dispatch

---------

Co-authored-by: Angus Hollands <goosey15@gmail.com>
  • Loading branch information
bsipocz and agoose77 authored Sep 16, 2024
1 parent 50ee4d3 commit e12e9ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: continuous-integration

on:
push:
branches: [master]
branches:
- main
tags:
- 'v*'
- '*'
pull_request:
schedule:
- cron: '0 5 * * 1'
workflow_dispatch:


jobs:
Expand Down

0 comments on commit e12e9ad

Please sign in to comment.