Skip to content

Commit

Permalink
Make CI run on develop as well for correct caching
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Jan 18, 2024
1 parent a4b295d commit bcca935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
# schedule:
# - cron: '0 2 * * *' # Daily at 2 AM UTC (8 PM CST)
push:
branches: [main]
branches:
- main
- develop
tags: ["*"]
pull_request:

Expand Down

0 comments on commit bcca935

Please sign in to comment.