Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Jul 30, 2024
1 parent 8f84775 commit 9c956ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: deploy

on:
workflow_dispatch:
pull_request:
branches:
- main
# pull_request:
# branches:
# - main
# workflow_run:
# workflows:
# - reviewdog
# types:
# - completed
# push:
# branches:
# - 'main'
push:
branches:
- 'main'
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ on:
pull_request:
branches:
- main
paths:
- '**.js'
- '**.jsx'
- '**.ts'
- '**.tsx'
# paths:
# - '**.js'
# - '**.jsx'
# - '**.ts'
# - '**.tsx'

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

0 comments on commit 9c956ce

Please sign in to comment.