Skip to content

Commit

Permalink
github: build when workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed May 2, 2024
1 parent 7792e3b commit c936049
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/android-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/android-play-store.yml

jobs:
build-aab:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/android.yml

jobs:
build-apk:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check-flutter-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- .github/workflows/check-flutter-submodule.yml
- submodules/flutter
schedule:
# every 2 days at 5:58 am (random time to avoid spikes in GitHub Actions usage)
- cron: '58 5 */2 * *'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/ios.yml

jobs:
build-ios:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/linux.yml

jobs:
build-flutter-app-x86_64:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/macos.yml

jobs:
build-macos:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/onyxsdk_pen_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ on:
pull_request:
paths:
- 'packages/onyxsdk_pen/**'
- .github/workflows/onyxsdk_pen_tests.yml
push:
paths:
- 'packages/onyxsdk_pen/**'
- .github/workflows/onyxsdk_pen_tests.yml

jobs:
run-onyx-tests:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/update-landing-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/update-landing-page.yml

jobs:
dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
push:
tags:
- '**'
branches:
- '**'
paths:
- .github/workflows/windows.yml

jobs:
build-windows:
Expand Down

0 comments on commit c936049

Please sign in to comment.