Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Jul 28, 2024
1 parent 96faa84 commit af06fe6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

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

jobs:
build:
Expand Down Expand Up @@ -37,4 +37,4 @@ jobs:
run: v -prod .

- name: Run tests
run: v -stats test .
run: v run .

0 comments on commit af06fe6

Please sign in to comment.