Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire authored May 17, 2024
1 parent 06f85ce commit e398167
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
contents: read
security-events: write
env:
BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
(github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }}
# BUILD_SNAPSHOT: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') &&
# (github.ref_name == 'develop' || startsWith(github.ref_name, 'release-')) }}
BUILD_SNAPSHOT: false
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
with:
Expand Down

0 comments on commit e398167

Please sign in to comment.