diff --git a/hello.yaml b/hello.yaml new file mode 100644 index 0000000..ce56da3 --- /dev/null +++ b/hello.yaml @@ -0,0 +1,12 @@ + + name: "hello to develop branch" + on: + push: + branches: + -develop: + jobs: + build: + runs-on: ubuntu-latest + steps: + name: "hello to develop branch" + run:echo "hello to develop branch" \ No newline at end of file diff --git a/workflows b/workflows new file mode 100644 index 0000000..45bcf3a --- /dev/null +++ b/workflows @@ -0,0 +1,11 @@ +name: "hello to develop branch" + on: + push: + branches: + -develop: + jobs: + build: + runs-on: ubuntu-latest + steps: + name: "hello to develop branch" + run:echo "hello to develop branch" \ No newline at end of file