Skip to content

Commit

Permalink
Update test-scratch-org-creation.yml workflow to trigger on pull re…
Browse files Browse the repository at this point in the history
…quests

* Change the event trigger from `push` to `pull-request`
* Remove the branch specification for the `push` event
  • Loading branch information
jlantz committed Oct 31, 2024
1 parent 61d3e5e commit d847521
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-scratch-org-creation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: 🧪 Test Scratch Org Creation Commands Without Credentials

on:
push:
branches:
- main
pull-request:

jobs:
test-scratch-org-creation:
Expand Down

0 comments on commit d847521

Please sign in to comment.