Skip to content

Commit

Permalink
Merge branch 'dev' into add-pr-comment-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi authored Jan 11, 2024
2 parents 81d51ae + 0ff1abe commit 25ff068
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ on:
branches:
- dev
- main
types:
- opened
- edited
- synchronize
- reopened
- submitted

jobs:
lints:
if: github.event.review.state == 'approved'
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
Expand Down

0 comments on commit 25ff068

Please sign in to comment.