Skip to content

Commit

Permalink
fix: just ignore the files that change from the bot (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech committed Aug 8, 2024
1 parent 80c0200 commit c5d3423
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Bump Version

on:
pull_request:
types:
- closed
push:
branches:
- master
paths-ignore:
- 'version.go'
- 'CHANGELOG.md'

jobs:
bump-version:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'master'
runs-on: ubuntu-latest
steps:
- name: Generate token
Expand Down

0 comments on commit c5d3423

Please sign in to comment.