Trigger CI run on push to main

Leftover from move from master->main branch name.
main
Joseph Birr-Pixton 11 months ago committed by ctz
parent 214ca2c94c
commit b7289d7e7e
  1. 2
      .github/workflows/CI.yml

@ -3,7 +3,7 @@ name: CI
on: on:
push: push:
branches: branches:
- master - main
pull_request: {} pull_request: {}
schedule: schedule:
- cron: "33 4 * * 5" - cron: "33 4 * * 5"

Loading…
Cancel
Save