Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radist2s committed Mar 27, 2024
1 parent f221f50 commit 87048c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/contribution-guidelines-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ name: Contribution Guidelines Check

on:
pull_request_target:
branches:
- "**"
- "!changeset-release/**"
branches-ignore:
- "changeset-release/**"
types:
- opened
- reopened
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/monorepo-main-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Main Suite

on:
pull_request:
branches:
- "**"
- "!changeset-release/**"
branches-ignore:
- "changeset-release/**"
push:
branches:
- main
Expand Down

0 comments on commit 87048c2

Please sign in to comment.