Skip to content

Commit

Permalink
Run CI when modifying config file (ubuntu-flutter-community#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupi007 authored Nov 4, 2024
1 parent b5977c1 commit 74b9bef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
29 changes: 0 additions & 29 deletions .github/ci.yml

This file was deleted.

7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ on:
push:
branches:
- main
paths:
- '.github/workflows/ci.yml'
pull_request:
branches:
- main
workflow_dispatch:

env:
FLUTTER_VERSION: 3.24.3

jobs:
analyze-latest:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 74b9bef

Please sign in to comment.