Skip to content

Commit

Permalink
bumped to version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed Sep 10, 2024
1 parent 47024fd commit 9d459ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run Test Cases

on:
push:
branches: [master]
branches: [ master ]
pull_request:
branches: [master]
branches: [ master ]

jobs:
check_up_to_date:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
needs: check_up_to_date
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Flutter SDK
uses: subosito/flutter-action@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to GitHub Pages

on:
push:
branches: [master]
branches: [ master ]

jobs:
check_up_to_date:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
needs: check_up_to_date
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Flutter SDK
uses: subosito/flutter-action@v2
Expand Down

0 comments on commit 9d459ab

Please sign in to comment.