Skip to content

Commit

Permalink
fix .vscode ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SGI-CAPP-AT2 authored Jan 3, 2025
1 parent cfd28fe commit c353bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutterci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
push:
paths-ignore:
- '**.md'
- '.vscode'
- '.vscode/'
- 'LICENSE'
branches:
- main
- reports
pull_request:
paths-ignore:
- '**.md'
- '.vscode'
- '.vscode/'
- 'LICENSE'
branches:
- main
Expand Down

0 comments on commit c353bdf

Please sign in to comment.