mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
chore: update workflow to be able to trigger
This commit is contained in:
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user