We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fdb4d1 + 2fa78df commit 40bd2cbCopy full SHA for 40bd2cb
1 file changed
.github/workflows/main.yaml
@@ -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