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