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 1632820 commit 471a8b3Copy full SHA for 471a8b3
.github/workflows/dart.yml
@@ -3,11 +3,10 @@ name: Dart
3
on:
4
# Run CI on pushes to the master branch, and on PRs against master.
5
push:
6
- branches: [master]
+ branches: [main]
7
pull_request:
8
9
- schedule:
10
- - cron: "0 0 * * 0"
+ workflow_dispatch:
11
12
jobs:
13
# Check code formatting and static analysis on a single OS (linux)
.github/workflows/publish.yaml
0 commit comments