adding wf details
All checks were successful
Builder / Build-Project (push) Successful in 2m2s

This commit is contained in:
alex 2024-09-24 22:11:30 -04:00
parent 5c903ba360
commit 439c1f135d

View File

@ -6,7 +6,7 @@ jobs:
Build-PR:
runs-on: ubuntu-22.04
steps:
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event on branch ${{ gitea.head_ref }} and ref is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
- name: Build PR
if: gitea.base_ref == 'main'
run: |