Skip to content

Commit

Permalink
Fix CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Dec 11, 2023
1 parent ceea8d8 commit 625f1f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ name: Build and test

on:
push:
branches: ["main", "impl"]
pull_request: ["main", "impl"]
workflow_dispatch:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
validate:
Expand Down

0 comments on commit 625f1f6

Please sign in to comment.