Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Commenting out api and plugin paths to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiya-Yunusa committed Oct 16, 2023
1 parent 5c7fc44 commit 1468214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- develop
paths:
- 'api/**'
# paths:
# - 'api/**'

permissions:
id-token: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/remix-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ on:
push:
branches:
- develop
paths:
- 'plugin/**'
# paths:
# - 'plugin/**'

env:
NODE_VERSION: '20.x'
Expand Down

0 comments on commit 1468214

Please sign in to comment.