diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 27d6a37..fc55e7b 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,9 +1,11 @@ name: GitHub Actions Demo #Comment to test CI no trigger +#feature/sprint1/generatingTests + on: push: - branches: [ main ] + branches: [ dev, qa, prod, feature/* ] pull_request: branches: [ main ] schedule: @@ -25,4 +27,7 @@ jobs: echo "The repository ${{ github.repository }} contains the following files:" tree + - name: Test + run: | + echo "I am testing:"