diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e6f15d2c..ad3100aab 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 760b7d950..5bfafc942 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ name: Test on: pull_request: + branches: [master] + paths-ignore: + - "**.md" push: branches: [version-4-2-0] paths-ignore: