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:
FoxxMD 2024-08-30 09:53:52 -04:00
parent 90c481b12b
commit 0feb02babe
8 changed files with 11 additions and 15 deletions

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- 'master'
- 'develop'
tags:
- '*.*.*'
# don't trigger if just updating docs