mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Trigger ReSharper InspectCode when the merge queue is built
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
a1642bf191
commit
15dd831fd0
1 changed files with 4 additions and 2 deletions
6
.github/workflows/resharper.yml
vendored
6
.github/workflows/resharper.yml
vendored
|
@ -4,10 +4,12 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
inspect-code:
|
||||
|
|
Loading…
Add table
Reference in a new issue