Run CI on push master or PR master
This commit is contained in:
8
.github/workflows/lint-workflow.yml
vendored
8
.github/workflows/lint-workflow.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Code style check
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
job_lint:
|
||||
|
||||
Reference in New Issue
Block a user