Skip to content

Commit

Permalink
ci: Update conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 9, 2023
1 parent ad7de89 commit e5ba728
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/wokwi_projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name: CI

on:
push:
paths:
- '.github/workflows/wokwi_projects.yml'
pull_request:
paths:
- '.github/workflows/wokwi_projects.yml'
schedule:
- cron: "50 7 * * *"
workflow_dispatch:
Expand Down

0 comments on commit e5ba728

Please sign in to comment.