Skip to content

Commit

Permalink
Update PR CI
Browse files Browse the repository at this point in the history
No need to run on chages of only markdown files
  • Loading branch information
syndr committed Dec 2, 2024
1 parent 1c988e1 commit 0ea94f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
---

name: "Create Tag on Pull Request merge"
on:
pull_request:
types:
- closed
branches:
- main
paths:
- "./**"
- '!**/*.md'

jobs:
TagMerge:
Expand Down Expand Up @@ -73,3 +78,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}"\
"${{ github.event.pull_request._links.comments.href }}" \
-d '{"body":"Created tag v${{ steps.tagged.outputs.newtag }}"}'

0 comments on commit 0ea94f1

Please sign in to comment.