Fix 18
This commit is contained in:
@@ -4,12 +4,15 @@
|
||||
|
||||
name: Build And Test
|
||||
run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||
on: [ push ]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: gitea.ref == 'refs/heads/main'
|
||||
#if: gitea.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
|
||||
name: Publish
|
||||
run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||
#on:
|
||||
# release:
|
||||
# types: [published]
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
branches:
|
||||
- release/*
|
||||
|
||||
jobs:
|
||||
# test:
|
||||
|
||||
Reference in New Issue
Block a user