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: on:
push: push:
branches: branches:
- stable - latest
jobs: jobs:
build: build:

View file

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