Skip to content

Commit

Permalink
update: update workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavjeet committed Jan 16, 2025
1 parent a5122ee commit bbb4b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- 'tests/**'
branches:
- main
- update/artifact-version

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
schedule:
- cron: '0 12 1 * *'
push:
branches: [main]
branches: [main, update/artifact-version]

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ on:
branches:
- main
- release/*
- update/artifact-version
pull_request:
# Don't run for irrelevant changes.
paths-ignore:
Expand Down

0 comments on commit bbb4b37

Please sign in to comment.