Skip to content

Commit e5a7838

Browse files
authored
Merge pull request #158 from mkurz/branch_fixup
2 parents e687bae + c6a1d8e commit e5a7838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
push:
77
branches:
8-
- 3.0.x # Check branch after merge
8+
- main # Check branch after merge
99

1010
concurrency:
1111
# Only run once for latest commit per ref and cancel other (previous) runs.

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
push:
55
branches: # Snapshots
6-
- 3.0.x
6+
- main
77
tags: ["**"] # Releases
88
release:
99
types: [published]

0 commit comments

Comments
 (0)