Skip to content

Commit

Permalink
Adjust workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccaalpert committed Oct 24, 2024
1 parent 9d5e0e4 commit d84d252
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check-pr
on:
pull_request:
branches:
- v6
- main
jobs:
call-build-lint-test-workflow:
uses: ./.github/workflows/build-lint-test.yml
4 changes: 2 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: promote
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- v6.*
tags:
- main.*
jobs:
build-and-promote:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d84d252

Please sign in to comment.