Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Jun 17, 2024
1 parent cb173d5 commit a201fa8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build_push_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ on:
# Dispatch or Manual triggers
workflow_dispatch:

push:
branches:
- master
# - develop
paths:
- '**'
- '!**.md'
- '!.github/**'
- '.github/scripts/**'
- '.github/workflows/**'
# push:
# branches:
# - master
# # - develop
# paths:
# - '**'
# - '!**.md'
# - '!.github/**'
# - '.github/scripts/**'
# - '.github/workflows/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit a201fa8

Please sign in to comment.