Compare commits
2 Commits
fa2ab9cbdb
...
2059de7b1b
Author | SHA1 | Date | |
---|---|---|---|
2059de7b1b | |||
439c1f135d |
@ -6,7 +6,7 @@ jobs:
|
|||||||
Build-PR:
|
Build-PR:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
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
|
- name: Build PR
|
||||||
if: gitea.base_ref == 'main'
|
if: gitea.base_ref == 'main'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user