mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
Allow CI to run on push for all branches, not just master
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
172ec2ac52
commit
26839fc1d3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/resharper.yml
vendored
4
.github/workflows/resharper.yml
vendored
|
@ -4,12 +4,12 @@ concurrency:
|
|||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "*" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
merge_group:
|
||||
types: [checks_requested]
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
inspect-code:
|
||||
|
|
Loading…
Add table
Reference in a new issue