mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-08-24 02:34:12 -05:00
Disable rolling releases temporarily during rework/testing
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
name: rolling
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'endpoints.yml'
|
||||
- 'roles/netbootxyz/defaults/main.yml'
|
||||
branches:
|
||||
- development
|
||||
workflow_dispatch:
|
||||
# Disabled automatic rolling releases during version updates
|
||||
# push:
|
||||
# paths:
|
||||
# - 'endpoints.yml'
|
||||
# - 'roles/netbootxyz/defaults/main.yml'
|
||||
# branches:
|
||||
# - development
|
||||
|
||||
env:
|
||||
DISCORD_HOOK_URL: ${{ secrets.DISCORD_HOOK_URL }}
|
||||
|
||||
Reference in New Issue
Block a user