Skip to content

Commit

Permalink
Update GHA on condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Mar 18, 2024
1 parent 3a94ab6 commit 652a4d7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Ubuntu CI

on:
push:
branches:
- master
tags:
- "*"
pull_request:
schedule:
- cron: '30 2 * * 1' # Every Monday @ 2h30am UTC
- cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC

env:
POETRY_VERSION: 1.6.1
Expand Down

0 comments on commit 652a4d7

Please sign in to comment.