Skip to content

Commit 4896f8a

Browse files
committed
Fix workflows again
1 parent 5560a05 commit 4896f8a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/args.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ on:
44
# Run CI on pushes to the main branch, and on PRs against main.
55
push:
66
branches: [ main ]
7+
paths:
8+
- '.github/workflows/args.yaml'
9+
- 'pkgs/args/**'
710
pull_request:
811
branches: [ main ]
12+
paths:
13+
- '.github/workflows/args.yaml'
14+
- 'pkgs/args/**'
915
schedule:
1016
- cron: "0 0 * * 0"
1117
env:
1218
PUB_ENVIRONMENT: bot.github
1319

20+
defaults:
21+
run:
22+
working-directory: pkgs/args/
23+
1424
jobs:
1525
# Check code formatting and static analysis on a single OS (linux)
1626
# against Dart dev.

0 commit comments

Comments
 (0)