Refactor branch filter in browser-tests.yml
This commit is contained in:
parent
3835dc3fd7
commit
6220172f70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/browser-tests.yml
vendored
2
.github/workflows/browser-tests.yml
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
name: Dusk
|
name: Dusk
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "next" ]
|
branches: [ "not-existing" ]
|
||||||
jobs:
|
jobs:
|
||||||
dusk:
|
dusk:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue