Skip to content

Commit 74b9bef

Browse files
authored
Run CI when modifying config file (#13)
1 parent b5977c1 commit 74b9bef

File tree

2 files changed

+3
-33
lines changed

2 files changed

+3
-33
lines changed

.github/ci.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- '.github/workflows/ci.yml'
79
pull_request:
810
branches:
911
- main
1012
workflow_dispatch:
1113

12-
env:
13-
FLUTTER_VERSION: 3.24.3
14-
1514
jobs:
16-
analyze-latest:
15+
analyze:
1716
runs-on: ubuntu-latest
1817
steps:
1918
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)