We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e687bae + c6a1d8e commit e5a7838Copy full SHA for e5a7838
.github/workflows/build-test.yml
@@ -5,7 +5,7 @@ on:
5
6
push:
7
branches:
8
- - 3.0.x # Check branch after merge
+ - main # Check branch after merge
9
10
concurrency:
11
# Only run once for latest commit per ref and cancel other (previous) runs.
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish
3
on:
4
branches: # Snapshots
- - 3.0.x
+ - main
tags: ["**"] # Releases
release:
types: [published]
0 commit comments