ci: use 'latest' for build branch

This commit is contained in:
əlemi 2024-09-16 03:55:32 +02:00
parent ab47e6604c
commit 158c1c70e2
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- stable
- latest
jobs:
build:

View file

@ -3,6 +3,7 @@ name: test
on:
push:
branches:
- latest
- dev
jobs: