Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mindflayer authored May 7, 2024
1 parent c74d2b3 commit 59429da
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Mocket's CI

on:

# Run on all push events.
push:

# Allow job to be triggered manually.
workflow_dispatch:
branches:
- main
pull_request:
types:
- opened
- synchronize
schedule:
# cron every week on monday
- cron: "0 0 * * 1"

# Cancel in-progress jobs when pushing to the same branch.
concurrency:
Expand Down

0 comments on commit 59429da

Please sign in to comment.