diff options
author | kylo252 <[email protected]> | 2022-03-10 09:54:38 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-03-10 09:54:38 +0100 |
commit | 4c705bc07d7e0510e88d9ce95e45999e95719144 (patch) | |
tree | f1b37c9749c551fb755218a028159dbfe0da3597 /.github/workflows/lint.yaml | |
parent | 637658ae2c4ae6acd2179ea5ce7a482e557944f2 (diff) |
feat(windows): add custom config_win.example.lua (#2330)
Diffstat (limited to '.github/workflows/lint.yaml')
-rw-r--r-- | .github/workflows/lint.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 93050bba..9746425d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -1,10 +1,8 @@ name: lint + on: - push: - branches: "**" pull_request: branches: - - "master" - "rolling" jobs: |