Skip to content

Commit

Permalink
add constraint that publish workflow must be run from USEPA/e-manifest
Browse files Browse the repository at this point in the history
repo
  • Loading branch information
dpgraham4401 committed Aug 8, 2023
1 parent 581d5c1 commit 2593bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ defaults:

jobs:
release:
if: github.repository == 'USEPA/e-manifest'
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2593bf2

Please sign in to comment.