Skip to content

Commit 40bd2cb

Browse files
Merge branch 'develop'
2 parents 2fdb4d1 + 2fa78df commit 40bd2cb

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)