1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Restrict lint-commit to pull requests (#12892)

This commit is contained in:
Tulio Leao
2020-09-09 13:03:45 -03:00
committed by GitHub
parent bd28b74655
commit bb30762f4a

View File

@@ -8,6 +8,7 @@ env:
jobs:
lint-commit:
name: Lint Commit Message
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}