Skip to content

Commit

Permalink
optimise CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danemadsen committed Aug 5, 2024
1 parent 59c9073 commit 54c6f64
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 4 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/build-android.yml'
- 'packages/**'
- 'android/**'
- 'lib/**'
- 'assets/**'
- 'pubspec.yaml'

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/build-android.yml'
- 'packages/**'
- 'linux/**'
- 'lib/**'
- 'assets/**'
- 'pubspec.yaml'

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/build-android.yml'
- 'packages/**'
- 'macos/**'
- 'lib/**'
- 'assets/**'
- 'pubspec.yaml'

jobs:
build:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ on:
push:
branches:
- main
- dev
paths:
- '.github/workflows/build-android.yml'
- 'packages/**'
- 'windows/**'
- 'lib/**'
- 'assets/**'
- 'pubspec.yaml'

jobs:
build:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Mirror to GitLab

on:
push:
branches:
- main
paths:
- '.gitlab/**'
- 'pubspec.yaml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 54c6f64

Please sign in to comment.