Skip to content

Commit 2fa78df

Browse files
Added a new workflow
1 parent 5cf8782 commit 2fa78df

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "hello to develop branch"
3+
on:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: "Hello to main branch"
12+
run: echo "Hello to main branch"

0 commit comments

Comments
 (0)