Skip to content

Commit

Permalink
fix: bug bug
Browse files Browse the repository at this point in the history
Change code code code

ING-5534
  • Loading branch information
emanuelaepure10 committed Mar 7, 2024
1 parent 55a1f7c commit 26653d8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action-conventional-commits-taskmedia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
name: Action Conventional Commits Taskmedia

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/action-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
name: Action Conventional Commits

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check-commit-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
name: Check Commit Message

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/commit-quality-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
name: Beams Commit Message Checker

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/commit_message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
name: Check Commit Message CUSTOM

on:
pull_request:
branches:
- main
push:
branches:
- main
Expand Down
13 changes: 2 additions & 11 deletions .github/workflows/gs-commit-message-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,8 @@
name: 'GS Commit Message Checker'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
branches:
- main
push:
branches:
- main
Expand Down

0 comments on commit 26653d8

Please sign in to comment.