Skip to content

Commit

Permalink
make a small change to retrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Feb 15, 2024
1 parent 1239dd1 commit d83a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nmstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
INTERNAL: ${{ github.event_name != 'schedule' }}
RELEASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/release/[0-9]+.[0-9]+' }}
DEV: ${{ github.event_name == 'pull_request' && github.event.action == 'opened' }}
DEV: ${{ github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'edited')}}

jobs:
build_and_push:
Expand Down

0 comments on commit d83a7c7

Please sign in to comment.