Skip to content

Commit

Permalink
Update trigger so that it can be tested
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Jul 10, 2024
1 parent 475924a commit 080b745
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-jquery-validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Update jquery.validate
name: Update jquery-validation

on:
pull_request:
branches: [main]
schedule:
- cron: '0 0 1 * *' # Run on the first day of the month
workflow_dispatch: # Allow manual runs
Expand Down

0 comments on commit 080b745

Please sign in to comment.