Skip to content

Commit

Permalink
fix: add trigger for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
adeojoemmanuel committed Aug 19, 2023
1 parent d35a6eb commit 7b82433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Lint # name of the action (displayed in the github interface)

on: # event list
on: push # event list
pull_request: # on a pull request to each of these branches
branches:
- development
Expand Down

0 comments on commit 7b82433

Please sign in to comment.