Skip to content

Commit fe8ae09

Browse files
author
ntwigg
committed
Be more efficient with CI resources.
1 parent cfdea3f commit fe8ae09

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/browser-extension.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
on:
2-
push:
3-
paths:
4-
- 'browser-extension/**'
52
pull_request:
6-
paths:
7-
- 'browser-extension/**'
3+
push:
4+
branches: [main, release]
5+
workflow_dispatch:
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
89
jobs:
910
lint-test-and-build:
1011
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)