pull/109/head
midoks 3 years ago
parent 1f7388b575
commit 8577dc713d
  1. 4
      .github/workflows/python-app-php.yml
  2. 4
      .github/workflows/python-app.yml
  3. 4
      .github/workflows/python3.6.8-app.yml

@ -5,9 +5,9 @@ name: MW APP PHP53
on:
push:
branches: [ "dev" ]
branches: [ "master","dev" ]
pull_request:
branches: [ "dev" ]
branches: [ "master","dev" ]
permissions:
contents: read

@ -5,9 +5,9 @@ name: MW APP
on:
push:
branches: [ "master" ]
branches: [ "master","dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master","dev" ]
permissions:
contents: read

@ -5,9 +5,9 @@ name: MW APP 3.6.8
on:
push:
branches: [ "master" ]
branches: [ "master","dev" ]
pull_request:
branches: [ "master" ]
branches: [ "master","dev" ]
permissions:
contents: read

Loading…
Cancel
Save