We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdea3f commit fe8ae09Copy full SHA for fe8ae09
.github/workflows/browser-extension.yml
@@ -1,10 +1,11 @@
1
on:
2
- push:
3
- paths:
4
- - 'browser-extension/**'
5
pull_request:
6
7
+ push:
+ branches: [main, release]
+ workflow_dispatch:
+concurrency:
+ group: ${{ github.workflow }}-${{ github.ref }}
8
+ cancel-in-progress: true
9
jobs:
10
lint-test-and-build:
11
runs-on: ubuntu-latest
0 commit comments