Skip to content

Commit ba07403

Browse files
authored
Added first CI workflow
1 parent f1ecd48 commit ba07403

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/blank.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: CI First Pipeline
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Print Hello
13+
run: echo "CI/CD pipeline started successfully"

0 commit comments

Comments
 (0)