Adds linting for main branch too (#4252)

This commit is contained in:
Strek
2022-01-29 00:27:48 +05:30
committed by GitHub
parent 3564e690b8
commit 43dae71ecb
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
name: Beta Site Lint / Heading ID check
on:
push:
branches:
- main # change this if your default branch is named differently
pull_request:
types: [opened, synchronize, reopened]

View File

@@ -1,6 +1,9 @@
name: Build
name: Lint / Flow check
on:
push:
branches:
- main # change this if your default branch is named differently
pull_request:
types: [opened, synchronize, reopened]