Skip to content

Commit

Permalink
you love to see it
Browse files Browse the repository at this point in the history
  • Loading branch information
officialMECH committed Nov 3, 2024
1 parent 7e9fc6d commit 01a2fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
workflow_run:
workflows: ["Code Quality"]
branches: [$default-branch]
branches: [master]
types: [completed]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Quality
on:
workflow_dispatch:
push:
branches: [$default-branch]
branches: [master]
pull_request:

env:
Expand Down

0 comments on commit 01a2fdb

Please sign in to comment.