Skip to content

Commit

Permalink
[DEV-103519] Only run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
JVenberg committed Feb 22, 2024
1 parent ea1e596 commit b05a184
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Run Tests and Linter

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

jobs:
lint-and-test:
Expand Down

0 comments on commit b05a184

Please sign in to comment.