1
0
Fork 1
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:
Octol1ttle 2023-07-18 17:23:00 +05:00
parent a1642bf191
commit 15dd831fd0
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF

View file

@ -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: