Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Almoullim authored Jul 20, 2023
1 parent 89163eb commit ad3bee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
types: [opened, synchronize, reopened, labeled, unlabeled]
push:
branches: [ master ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]

jobs:
Expand All @@ -18,6 +19,9 @@ jobs:
working-directory: ./

steps:
- name: Clone repository
uses: actions/checkout@v3

- name: Install Dart
uses: dart-lang/setup-dart@v1
with:
Expand Down

0 comments on commit ad3bee1

Please sign in to comment.