This commit is contained in:
parent
c90e8555da
commit
5c4fdda3e7
1 changed files with 2 additions and 5 deletions
|
@ -1,9 +1,6 @@
|
||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_service:
|
test_service:
|
||||||
|
@ -12,4 +9,4 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Print stuff
|
- name: Print stuff
|
||||||
run: |
|
run: |
|
||||||
echo "Hellooo"
|
echo "Hello your branch name is: ${{ gitea.ref }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue