Skip to content

Commit

Permalink
Merge pull request #39 from invenia/bes/stable_docs
Browse files Browse the repository at this point in the history
Fix branch referenced for stable docs build
  • Loading branch information
BSnelling authored Dec 7, 2022
2 parents 2733354 + 8cde896 commit d728a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
# Run on master, tags, or any pull request
# Run on main, tags, or any pull request
on:
schedule:
- cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
push:
branches: [master]
branches: [main]
tags: ["*"]
pull_request:
jobs:
Expand Down

0 comments on commit d728a72

Please sign in to comment.