Skip to content

Commit

Permalink
Build on push, scrape on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jul 23, 2024
1 parent 79cb276 commit 062e77c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy

on:
push: {branches: [main]}
workflow_dispatch: {}
workflow_run:
workflows: [Scrape data]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
schedule:
- cron: "0 6 * * *"
workflow_dispatch:
push: {branches: [main]}

jobs:
scrape:
Expand Down

0 comments on commit 062e77c

Please sign in to comment.