Skip to content

Commit

Permalink
👷 Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shashiben committed Dec 14, 2024
1 parent 2da68e7 commit 469abc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/github_deploy.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/netlify_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: CI
name: Netlify Deploy
on:
push:
branches: [ master ]
Expand All @@ -11,8 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: beta
- run: flutter config --enable-web
Expand Down

0 comments on commit 469abc1

Please sign in to comment.