Skip to content

Commit 1c4f66e

Browse files
committed
Actions: Set needed triggers for GitHub Pages Web build
1 parent d8897f9 commit 1c4f66e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ on:
2626
branches: [none]
2727
paths-ignore:
2828
- "**.md"
29-
release:
30-
branches: [none]
31-
types: [published]
29+
#release:
30+
# branches: [none]
31+
# types: [published]
3232

3333
jobs:
3434
flutter_tests:

.github/workflows/deploy_playground.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
name: Deploy_Playground
1919
on:
2020
push:
21-
branches: [none]
21+
branches: [master]
2222
paths-ignore:
2323
- "**.md"
2424
jobs:
@@ -47,11 +47,11 @@ jobs:
4747
run: dart format --output=none --set-exit-if-changed .
4848
- name: "Test package FlexColorScheme with coverage"
4949
run: flutter test --coverage
50-
- name: "Upload test coverage to Codecov"
51-
uses: codecov/codecov-action@v3
52-
with:
53-
token: ${{ secrets.CODECOV_TOKEN }}
54-
file: coverage/lcov.info
50+
# - name: "Upload test coverage to Codecov"
51+
# uses: codecov/codecov-action@v3
52+
# with:
53+
# token: ${{ secrets.CODECOV_TOKEN }}
54+
# file: coverage/lcov.info
5555

5656
# Example 5 Themes playground - Build and deploy
5757
- name: "EXAMPLE-5 START BUILD - Flutter clean before build"

.github/workflows/deploy_playground_netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: Deploy_Playground_Netlify
1616
on:
1717
push:
18-
branches: [master]
18+
branches: [none]
1919
paths-ignore:
2020
- "**.md"
2121
jobs:

0 commit comments

Comments
 (0)