Skip to content

Commit

Permalink
ci: fix the paths to respond to changes in .github
Browse files Browse the repository at this point in the history
  • Loading branch information
kpagacz committed Nov 10, 2024
1 parent 5eebf62 commit 52117db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ on:
branches: [main]
paths:
- "antidotum/**"
- ".github/**"

name: Version bump

permissions: read-all

jobs:
pkgdown:
version-bump:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 52117db

Please sign in to comment.