Skip to content

Commit

Permalink
update release name references
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Feb 7, 2024
1 parent 4983b73 commit 40a99da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
workflow_dispatch:
pull_request:
paths-ignore:
- '.github/workflows/build_test_publish.yml'
- '.github/workflows/publish_latest.yml'
- '.github/workflows/publish_release.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'
push:
paths-ignore:
- '.github/workflows/build_test_publish.yml'
- '.github/workflows/publish_latest.yml'
- '.github/workflows/publish_release.yml'
- 'docker/**'
- 'doc/**'
- 'CHANGELOG.rst'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/build_test_publish.yml'
- '.github/workflows/publish_latest.yml'
- 'docker/**'
push:
branches:
Expand Down

0 comments on commit 40a99da

Please sign in to comment.