Skip to content

Commit

Permalink
fixup: branch filters were _not_ redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Apr 7, 2022
1 parent ae10fe8 commit bb5cf13
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- 'yarn.lock'
- '.github/workflows/app-test-build-deploy.yaml'
- '.github/workflows/utils.js'
branches:
- '**'
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
- 'webpack-config/**'
- 'package.json'
- '.github/workflows/components-test-build-deploy.yaml'
branches:
- '**'
tags:
- 'components*'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ll-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
- 'webpack-config/**'
- 'package.json'
- '.github/workflows/ll-test-build-deploy.yaml'
branches:
- '**'
tags:
- 'labware-library*'
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ on:
- 'webpack-config/**'
- 'package.json'
- '.github/workflows/pd-test-build-deploy.yaml'
branches:
- '**'
tags:
- 'protocol-designer*'
workflow_dispatch:
Expand Down

0 comments on commit bb5cf13

Please sign in to comment.