Skip to content

Commit

Permalink
update actions triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kdumontnu committed Sep 5, 2024
1 parent 0c43105 commit 7fa591b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-formatting-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Lint and test

on:
push:
branches: [main]
branches:
- main
tags:
- "v*"
pull_request:
branches: ["**"]

jobs:
test:
Expand Down

0 comments on commit 7fa591b

Please sign in to comment.