We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cfce2d + 732516b commit 7bc8121Copy full SHA for 7bc8121
.github/workflows/build.yml
@@ -1,5 +1,11 @@
1
name: Build
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - "main"
6
+ pull_request:
7
8
+ - "*"
9
jobs:
10
build:
11
runs-on: ubuntu-latest
.github/workflows/lint.yml
name: Lint
lint:
.github/workflows/prettier.yml
name: Prettier
prettier:
0 commit comments