Skip to content

Commit 2f546ee

Browse files
committed
workflow sidpalas#2
1 parent 00cf9fe commit 2f546ee

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/action#2.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Action2
2+
on:
3+
pull_request:
4+
jobs:
5+
print-branch:
6+
runs-on: ubuntu-lates
7+
steps:
8+
- run: echo "runs from branch ${{ github.ref }}"

.github/workflows/hello.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: My-Hello
2+
on:
3+
push:
4+
jobs:
5+
print-hello:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- run: echo "Siemano"

0 commit comments

Comments
 (0)