We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3171895 commit 7fdc88fCopy full SHA for 7fdc88f
1 file changed
.github/workflows/release-and-publish.yml
@@ -5,12 +5,10 @@ name: AutoMapper Release and Publish
5
on:
6
push:
7
branches:
8
- - 'main' # Triggers on any push to main, including merges
+ - 'main'
9
10
jobs:
11
release:
12
- # It will only run if the commit message starts with our release phrase
13
- if: startsWith(github.event.head_commit.message, 'Prepare release of Kotlin AutoMapper')
14
runs-on: ubuntu-latest
15
permissions:
16
contents: write
0 commit comments