Skip to content

Commit 471a8b3

Browse files
Clean Up CI
1 parent 1632820 commit 471a8b3

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.github/workflows/dart.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ name: Dart
33
on:
44
# Run CI on pushes to the master branch, and on PRs against master.
55
push:
6-
branches: [master]
6+
branches: [main]
77
pull_request:
8-
branches: [master]
9-
schedule:
10-
- cron: "0 0 * * 0"
8+
branches: [main]
9+
workflow_dispatch:
1110

1211
jobs:
1312
# Check code formatting and static analysis on a single OS (linux)

.github/workflows/publish.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)