Skip to content

Commit

Permalink
fix ci/cd yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Jan 16, 2024
1 parent 4474f04 commit ccbc9eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: Dart Package
on:
push:
branches:
- master,
- 'master'
- 'release/**'
pull_request:
branches:
- master
- 'master'

jobs:
build:
Expand Down

0 comments on commit ccbc9eb

Please sign in to comment.