ReaderForSelfoss-multiplatform/.gitea/workflows/on_push.yml
aminecmi b508d80026
Some checks failed
Master check / build (push) Successful in 7m43s
Create tag / build (push) Successful in 7m39s
Create tag / createTagAndChangelog (push) Failing after 1s
chore: Gitea Action
2024-11-23 17:41:11 +01:00

12 lines
166 B
YAML

name: Master check
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
uses: ./.gitea/workflows/common_build.yml