mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 16:46:29 +01:00
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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
# turn off edge snap builds temporarily and make it manual
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user