Skip to content

Commit

Permalink
Update workflows (#12)
Browse files Browse the repository at this point in the history
* change to actions/setup-node@v3 and Ubuntu 20-04

Signed-off-by: Emily Rodriguez <ecrodriguez@mm279976-pc.lan>

* update to include manual workflow dispatch

Signed-off-by: Emily Rodriguez <ecrodriguez@mm279976-pc.lan>

Signed-off-by: Emily Rodriguez <ecrodriguez@mm279976-pc.lan>
Co-authored-by: Emily Rodriguez <ecrodriguez@mm279976-pc.lan>
  • Loading branch information
em-c-rod and Emily Rodriguez authored Dec 28, 2022
1 parent 50946f6 commit 87ed0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-to-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Release NPM to GPR (GitHub Package Registry)
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-deploy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Push @mitre/inspec-objects to NPM
on:
release:
types: [published]
workflow_dispatch:

jobs:
build-deploy:
Expand Down

0 comments on commit 87ed0a8

Please sign in to comment.