Skip to content

Commit

Permalink
fix: Adds on pull_request event as a trigger of the CI (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltiyazan authored Mar 27, 2024
1 parent d685dd5 commit d7dc330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Main

on:
pull_request:
branches:
- main
push:
schedule:
- cron: '0 0 * * 0'
Expand Down

0 comments on commit d7dc330

Please sign in to comment.