Skip to content

Commit

Permalink
Update deploy_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed May 14, 2024
1 parent 324c2ea commit 635a35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# - Build the WEB demo app for FlexColorPicker.
# - Flutter clean.
# - Flutter build web app, in release mode and with CanvasKit renderer.
# - Use rpl to fix/modify the index.html file to give it the correct href deployment sub-folder.
# - Use rpl to fix/modify the index.html file to give it the correct href deployment sub folder.
# - Deploy the Web example to GitHub pages.
name: Deploy Web Test
on:
Expand All @@ -25,7 +25,7 @@ on:
- "**.md"
# Edit and add other trigger options if an extra new Web deployment is needed.
# Generally I only need a new deployment when I publish a new release, but I may want to trigger it on defaults:
# prerelease or just an edit sometimes to test the workflow or a new build irl, these trigger types can be used then:
# pre-release or just an edit sometimes to test the workflow or a new build irl, these trigger types can be used then:
# types: [published, created, edited, prereleased]
jobs:
tests_build_deploy:
Expand Down

0 comments on commit 635a35c

Please sign in to comment.