Browse Source

Adds linting for main branch too (#4252)

main
Strek 3 years ago
committed by GitHub
parent
commit
43dae71ecb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/beta_site_lint.yml
  2. 5
      .github/workflows/nodejs.yml

3
.github/workflows/beta_site_lint.yml

@ -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]

5
.github/workflows/nodejs.yml

@ -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]

Loading…
Cancel
Save