mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-20 16:30:34 +00:00
fix(ci): add rule for ui test deployment not running on main
This commit is contained in:
parent
646e06f553
commit
9a1f19ecd1
5
.github/workflows/ui-tests.yaml
vendored
5
.github/workflows/ui-tests.yaml
vendored
@ -1,6 +1,9 @@
|
||||
name: 'UI tests'
|
||||
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- !main
|
||||
|
||||
permissions:
|
||||
pull-requests: read
|
||||
|
Loading…
x
Reference in New Issue
Block a user