mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 07:11:45 +00:00
chore: Refactor git/dev workflow to use master as unstable branch
* Aligns with "normal" default branch usage better, allows dependabot to actually run * Change image publishing to push tagged images as 'latest' and master images as `edge`
This commit is contained in:
parent
90c481b12b
commit
0feb02babe
8 changed files with 11 additions and 15 deletions
6
.github/workflows/docsDeploy.yml
vendored
6
.github/workflows/docsDeploy.yml
vendored
|
|
@ -2,10 +2,8 @@ name: Deploy to GitHub Pages
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- developDocs
|
||||
release:
|
||||
types: [released]
|
||||
# Review gh actions docs if you want to further define triggers, paths, etc
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue