Skip to content

Commit

Permalink
Changed branches to run workflow on
Browse files Browse the repository at this point in the history
Not running on main since I will be making code pushes to my feature-branch: automate-tests-actions.
Also, created a new branch automate-tests-merge that will be used to test workflow runs whenever a PR is created.
This will simulate creating a PR for merging code changes into main in the parent repo.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Jun 20, 2024
1 parent 17a1fb1 commit 82dca0d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2etest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: e2etest

on:
pull_request:
branches:
- main
branches: [ automate-tests-merge ]
push:
branches:
- main
branches: [ automate-tests-actions, automate-tests-merge ]

schedule:
# * is a special character in YAML so you have to quote this string
Expand Down

0 comments on commit 82dca0d

Please sign in to comment.