asD
All checks were successful
Build And Test / publish (push) Has been skipped

This commit is contained in:
Chris Richardson
2025-05-12 18:22:39 -04:00
parent d9de6b84cc
commit e5e03b55f9

View File

@@ -1,5 +1,4 @@
name: Build And Test
run-name: ${{ gitea.actor }} is runs ci pipeline
on: [ push ]
jobs:
@@ -20,7 +19,6 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: build
if: gitea.ref == 'refs/heads/main'
steps:
- uses: https://github.com/actions/checkout@v4