Skip to content

Commit

Permalink
Merge pull request #1 from TRHX/dev
Browse files Browse the repository at this point in the history
fix: workflows
  • Loading branch information
TRHX authored Jun 21, 2024
2 parents c581712 + 1cff44b commit cc3e180
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/spiderapi-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build and Deploy
on: [push]
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ urls.txt

# mac
.DS_Store

dist

0 comments on commit cc3e180

Please sign in to comment.