Skip to content

Commit

Permalink
Merge pull request #158 from mkurz/branch_fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward authored Nov 22, 2023
2 parents e687bae + c6a1d8e commit e5a7838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

push:
branches:
- 3.0.x # Check branch after merge
- main # Check branch after merge

concurrency:
# Only run once for latest commit per ref and cancel other (previous) runs.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
branches: # Snapshots
- 3.0.x
- main
tags: ["**"] # Releases
release:
types: [published]
Expand Down

0 comments on commit e5a7838

Please sign in to comment.