ci: migrate from GitHub Actions to Gitea Actions
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
name: On push to master branch
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
paths-ignore:
|
||||
- ".gitea/**"
|
||||
- ".github/**"
|
||||
- "*.md"
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.gitea/workflows/run-tests.yml
|
||||
with:
|
||||
target: ${{ github.event.ref }}
|
||||
|
||||
publish-release:
|
||||
uses: ./.gitea/workflows/publish-release.yml
|
||||
with:
|
||||
target: ${{ github.event.ref }}
|
||||
tag: latest
|
||||
Reference in New Issue
Block a user