Skip to content

Commit

Permalink
[ci] Change push to only run for main
Browse files Browse the repository at this point in the history
This should stop CI from unnecessarily running twice on PR's.
  • Loading branch information
MysteryBlokHed authored Jun 12, 2024
1 parent 3f97a65 commit 5b72f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Lint & Test Types
on:
push:
branches:
- main
pull_request:

concurrency:
Expand Down

0 comments on commit 5b72f94

Please sign in to comment.