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
|
||||
on:
|
||||
workflow_dispatch
|
||||
#pull_request:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
# types:
|
||||
# - opened
|
||||
# - edited
|
||||
|
|
@ -72,4 +72,3 @@ jobs:
|
|||
uses: bahmutov/npm-install@v1
|
||||
- name: "Lint code"
|
||||
run: npm run lint --if-present
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue