Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalunza authored Jan 23, 2024
1 parent 2b3e198 commit abde419
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GitHub Actions Demo
#Comment to test CI no trigger

#feature/sprint1/generatingTests

on:
push:
branches: [ dev, qa, prod, feature/* ]
Expand All @@ -25,4 +27,7 @@ jobs:
echo "The repository ${{ github.repository }} contains the following files:"
tree
- name: Test
run: |
echo "I am testing:"

0 comments on commit abde419

Please sign in to comment.