Skip to content

Commit

Permalink
chore: run lint on push to main and prs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Mar 14, 2024
1 parent db9b9f4 commit 23eacaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Test & Release

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:

env:
CI: false
Expand Down

0 comments on commit 23eacaa

Please sign in to comment.