Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: NPM PR

on:
pull_request:

jobs:
pr:
uses: jupiterone/github-internal/.github/workflows/npm-pr.yaml@v1
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: NPM Release

on:
push:
branches:
- main

jobs:
npm-release:
uses: jupiterone/github-internal/.github/workflows/npm-release.yaml@v1
secrets: inherit
32 changes: 0 additions & 32 deletions Jenkinsfile

This file was deleted.

Loading