Skip to content

Commit

Permalink
OXDEV-7354: Use version tag instead of branch to trigger schema gener…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
MarcelOxid committed Jan 15, 2024
1 parent 100bba4 commit 2cf2c8b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/schema_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Trigger schema workflow for storefront

on:
push:
#tags: [ v1.* ]
branches:
- b-7.0.x-*
tags: [ v0.* ]

jobs:
documentation_schema:
Expand All @@ -18,4 +16,4 @@ jobs:
github_user: ${{ secrets.CI_USER }}
github_token: ${{ secrets.GH_CI_JENKINS_TOKEN }}
workflow_file_name: schema.yml
ref: "8.0-en-configuration_docs-OXDEV-7354"
ref: "8.0-en"

0 comments on commit 2cf2c8b

Please sign in to comment.