Skip to content

Commit

Permalink
Merge pull request #46 from tidal-music/cecilia/fix-pr-trigger
Browse files Browse the repository at this point in the history
fix GH workflow PR trigger in lint.yml and unit-test.yml
  • Loading branch information
ceciliasaraiva authored Jul 30, 2024
2 parents 4dba1ee + 9e5fe90 commit 08f53de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:

pull_request:
branches: '*'
branches:
- '**'

merge_group:
types: [checks_requested]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
workflow_call:
workflow_dispatch:
pull_request:
branches: '*'
branches:
- '**'

merge_group:
types: [checks_requested]
Expand Down

0 comments on commit 08f53de

Please sign in to comment.