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 c02f81b commit 9761687Copy full SHA for 9761687
.github/workflows/ci.yml
@@ -2,8 +2,12 @@ name: Continous Integration
2
on:
3
push:
4
branches: [ master ]
5
+ paths:
6
+ - '**.dart'
7
pull_request:
8
9
10
11
jobs:
12
test:
13
runs-on: ubuntu-20.04
.github/workflows/linter.yml
@@ -4,6 +4,8 @@ on:
branches:
- "master"
0 commit comments