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 bbb4b37 commit 56ad286
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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, update/artifact-version]
branches: [main]

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

0 comments on commit 56ad286

Please sign in to comment.