diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..3bc7559 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,13 @@ +name: GitHub Actions Demo + +on: + push: + branches: [ 'master', 'main', 'testactions', 'release/**' ] + pull_request: + branches: [ '*' ] + +jobs: + testjob: + runs-on: ubuntu-latest + steps: + - run: echo "Hello World"