We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3564e69 commit 43dae71Copy full SHA for 43dae71
.github/workflows/beta_site_lint.yml
@@ -1,6 +1,9 @@
1
name: Beta Site Lint / Heading ID check
2
3
on:
4
+ push:
5
+ branches:
6
+ - main # change this if your default branch is named differently
7
pull_request:
8
types: [opened, synchronize, reopened]
9
.github/workflows/nodejs.yml
-name: Build
+name: Lint / Flow check
0 commit comments