Workflows

This commit is contained in:
Daniel Grams 2021-08-12 22:28:37 +02:00
parent cd336930a5
commit 773c9a2300
5 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: Cypress
# Controls when the action will run.
on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
env:
LANG: "de_DE.UTF-8"

View File

@ -1,6 +1,6 @@
name: Docker build
on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:
main:

View File

@ -1,6 +1,6 @@
name: Lint
on: [push, pull_request]
on: [pull_request]
jobs:
lint:

View File

@ -3,7 +3,7 @@
name: Tests
# Controls when the action will run.
on: [push, pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:
# Label of the container job

View File

@ -25,5 +25,8 @@
},
"[javascript]": {
"editor.formatOnSave": false
},
"[yaml]": {
"editor.formatOnSave": false
}
}