Skip to content

Commit

Permalink
changed generate examples actions back to its original form, opting t…
Browse files Browse the repository at this point in the history
…o make merge request instead
  • Loading branch information
jimmy-ventura-elasticpath committed Sep 23, 2024
1 parent d421e48 commit b4f4f4a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/generate-examples.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Generate Examples

#on:
on:
# push:
# branches-ignore:
# - main
# - changeset-release/main
on:
push:
branches:
- release/gs-0.0.1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit b4f4f4a

Please sign in to comment.