Skip to content

Commit

Permalink
Fix workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Oct 11, 2024
1 parent 5560a05 commit 4896f8a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/args.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ on:
# Run CI on pushes to the main branch, and on PRs against main.
push:
branches: [ main ]
paths:
- '.github/workflows/args.yaml'
- 'pkgs/args/**'
pull_request:
branches: [ main ]
paths:
- '.github/workflows/args.yaml'
- 'pkgs/args/**'
schedule:
- cron: "0 0 * * 0"
env:
PUB_ENVIRONMENT: bot.github

defaults:
run:
working-directory: pkgs/args/

jobs:
# Check code formatting and static analysis on a single OS (linux)
# against Dart dev.
Expand Down

0 comments on commit 4896f8a

Please sign in to comment.