Skip to content

Commit

Permalink
Correct branch to test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Jul 21, 2024
1 parent 5234236 commit 50b86e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CompatHelper
on:
push:
branches:
- dev
- main
schedule:
- cron: '0 4 * * *' # Daily at 4 AM

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Metadata and hygene
on:
push:
branches:
- dev
- main
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- dev
- main
tags:
- 'v*'
pull_request:
Expand Down

0 comments on commit 50b86e9

Please sign in to comment.