ReaderForSelfoss-multiplatform/.gitea/workflows/on_push.yml
aminecmi 0a29563036
Some checks failed
Master check / build (push) Successful in 7m45s
Create tag / init (push) Successful in 23s
Create tag / createTagAndChangelog (push) Failing after 0s
Create tag / build (push) Has been cancelled
chore: Gitea Action
2024-11-23 16:54:35 +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