Skip to content

Commit

Permalink
fix github action to also version package when package files change
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Jun 19, 2023
1 parent 3af64a2 commit c08725c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
- main
paths:
- 'Sources/**/*'
- 'Tests/**/*'
- 'Package.swift'
- '.github/workflows/publish.yml'

jobs:
build:
Expand Down

0 comments on commit c08725c

Please sign in to comment.