Skip to content

Commit 7fdc88f

Browse files
committed
Simplify release workflow trigger
1 parent 3171895 commit 7fdc88f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ name: AutoMapper Release and Publish
55
on:
66
push:
77
branches:
8-
- 'main' # Triggers on any push to main, including merges
8+
- 'main'
99

1010
jobs:
1111
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')
1412
runs-on: ubuntu-latest
1513
permissions:
1614
contents: write

0 commit comments

Comments
 (0)