ci: turn off edge snap builds temporarily (#765)
turns off edge snap builds temporarily and makes it manual
This commit is contained in:
12
.github/workflows/snap.yaml
vendored
12
.github/workflows/snap.yaml
vendored
@@ -1,9 +1,13 @@
|
|||||||
name: Publish Snap
|
name: Publish Snap
|
||||||
|
|
||||||
on:
|
# turn off edge snap builds temporarily and make it manual
|
||||||
push:
|
|
||||||
branches:
|
# on:
|
||||||
- develop
|
# push:
|
||||||
|
# branches:
|
||||||
|
# - develop
|
||||||
|
|
||||||
|
on: workflow_dispatch
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user