mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
limit linter CI to master branch (#2609)
This commit is contained in:
parent
a47c2bb5aa
commit
7491434dc4
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
@ -2,7 +2,11 @@ name: "Linter"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
changes:
|
||||
|
Loading…
Reference in New Issue
Block a user