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.
1 parent e175f87 commit ba0597fCopy full SHA for ba0597f
.github/workflows/lint.yml
@@ -1,6 +1,12 @@
1
name: Lint
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - 'master'
7
+ pull_request:
8
9
+ - '*'
10
11
jobs:
12
build:
.github/workflows/tests.yml
@@ -7,6 +7,7 @@ on:
pull_request:
branches:
- '*'
+
test:
13
runs-on: ubuntu-latest
0 commit comments