Skip to content

Commit

Permalink
do not trigger on version update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcorino committed Oct 29, 2023
1 parent f528e2b commit b5a05ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.github/workflows/**'
- 'assets/**'
- 'lib/wx/doc/**'
- 'lib/wx/version.rb'
- '**.md'
pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- '.github/workflows/**'
- 'assets/**'
- 'lib/wx/doc/**'
- 'lib/wx/version.rb'
- '**.md'
pull_request:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
- '.github/workflows/**'
- 'assets/**'
- 'lib/wx/doc/**'
- 'lib/wx/version.rb'
- '**.md'
pull_request:
branches:
Expand Down

0 comments on commit b5a05ff

Please sign in to comment.