Skip to content

Commit

Permalink
Update cloudflare-cicd.yml to only apply to *.js changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kage authored Jan 16, 2024
1 parent a645215 commit b5aaf01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cloudflare-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
paths:
- '**.js'
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5aaf01

Please sign in to comment.