Skip to content

Commit

Permalink
Clean Up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tsavo-at-pieces committed Jan 3, 2025
1 parent 1632820 commit 471a8b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Dart
on:
# Run CI on pushes to the master branch, and on PRs against master.
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
schedule:
- cron: "0 0 * * 0"
branches: [main]
workflow_dispatch:

jobs:
# Check code formatting and static analysis on a single OS (linux)
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/publish.yaml

This file was deleted.

0 comments on commit 471a8b3

Please sign in to comment.