Skip to content

Commit

Permalink
Actions CI/CD trigger updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Jan 24, 2022
1 parent e7142ca commit 6d3d6cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,16 @@ name: Deploy Web
on:
push:
branches: [none]
# paths-ignore:
# - "**.md"
paths-ignore:
- "**.md"
pull_request:
branches: [none]
paths-ignore:
- "**.md"
release:
types: [none]
#types: [published, created, edited, prereleased]
paths-ignore:
- "**.md"
# types: [published, created, edited, prereleased]
jobs:
flutter_tests:
name: "Analyze and test package, then build and deploy 5 web apps"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
name: Test
on:
pull_request:
branches: [master]
paths-ignore:
- "**.md"
push:
branches: [version-4-2-0]
paths-ignore:
Expand Down

0 comments on commit 6d3d6cd

Please sign in to comment.