mirror of https://github.com/grpc/grpc-dart.git
Modify workflow to point at main
This commit is contained in:
parent
00eabed7f6
commit
55a8c68b14
|
@ -3,11 +3,10 @@ name: Dart
|
||||||
on:
|
on:
|
||||||
# Run CI on pushes to the master branch, and on PRs against master.
|
# Run CI on pushes to the master branch, and on PRs against master.
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [main]
|
||||||
schedule:
|
workflow_dispatch:
|
||||||
- cron: "0 0 * * 0"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# Check code formatting and static analysis on a single OS (linux)
|
# Check code formatting and static analysis on a single OS (linux)
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
name: Publish
|
|
||||||
permissions:
|
|
||||||
id-token: write
|
|
||||||
pull-requests: write
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
push:
|
|
||||||
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
|
|
||||||
jobs:
|
|
||||||
publish:
|
|
||||||
uses: dart-lang/ecosystem/.github/workflows/publish.yaml@main
|
|
Loading…
Reference in New Issue