chore: update workflow to be able to trigger
This commit is contained in:
parent
26227bfa7d
commit
506b27277d
1 changed files with 74 additions and 75 deletions
5
.github/workflows/development.yml
vendored
5
.github/workflows/development.yml
vendored
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
name: Devel_workflow
|
name: Devel_workflow
|
||||||
on:
|
on:
|
||||||
workflow_dispatch
|
workflow_dispatch:
|
||||||
#pull_request:
|
pull_request:
|
||||||
# types:
|
# types:
|
||||||
# - opened
|
# - opened
|
||||||
# - edited
|
# - edited
|
||||||
|
|
@ -72,4 +72,3 @@ jobs:
|
||||||
uses: bahmutov/npm-install@v1
|
uses: bahmutov/npm-install@v1
|
||||||
- name: "Lint code"
|
- name: "Lint code"
|
||||||
run: npm run lint --if-present
|
run: npm run lint --if-present
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue