Skip to content

Commit

Permalink
ci: Run actions on PRs automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mohkale committed Nov 7, 2024
1 parent ecc15c7 commit 630caa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: release
pull_request:
branches: release
types: [opened, reopened, edited]
schedule:
- cron: "0 13 * * *"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: release
pull_request:
branches: release
types: [opened, reopened, edited]
schedule:
- cron: "0 13 * * *"

Expand Down

0 comments on commit 630caa5

Please sign in to comment.