Skip to content

Commit

Permalink
chore: optmizing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vncsmyrnk committed Oct 13, 2024
1 parent 2aee2be commit 6736d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI workflow

on:
push:
# branches: [ "main" ]
branches: [ "main" ]
pull_request:
# branches: [ "main" ]
branches: [ "main" ]

jobs:
ci:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Release workflow

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

Expand Down

0 comments on commit 6736d49

Please sign in to comment.