Skip to content

Commit

Permalink
enh(ci): remove paths to workflow files in workflows for components (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Feb 13, 2023
1 parent bcf7291 commit b3cb576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ on:
branches:
- develop
paths:
- '.github/workflows/docker-builder.yml'
- 'ci/docker/**'
workflow_dispatch:
pull_request:
paths:
- '.github/workflows/docker-builder.yml'
- 'ci/docker/**'

env:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- "!dev*"
paths:
- ".github/actions/release/action.yml"
- ".github/workflows/release-collect.yml"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit b3cb576

Please sign in to comment.