Skip to content

Commit

Permalink
fix CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath-123 committed May 15, 2024
1 parent a4aa8af commit 4c4a943
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ name: Run tests

on:
push:
branches: [ master ]
branches:
- "main"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: [ master ]
workflow_dispatch:
branches:
- "main"

jobs:
build:
Expand Down

0 comments on commit 4c4a943

Please sign in to comment.