Skip to content

Commit

Permalink
add (devjs) actions
Browse files Browse the repository at this point in the history
  • Loading branch information
laseryuan committed Feb 6, 2025
1 parent 51dff82 commit 01a0dea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/devjs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
workflow_dispatch:
push:
paths:
- 'devjs/**'
- '.github/workflows/devjs.yml'

jobs:
build-push:
uses: ./.github/workflows/build-push.yml
secrets: inherit
with:
project-folder: devjs

0 comments on commit 01a0dea

Please sign in to comment.