Skip to content

Commit

Permalink
fix: ci/cd
Browse files Browse the repository at this point in the history
semyon-dev committed Oct 15, 2024
1 parent 02fab90 commit f0a877f
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build
on:
push:
branches: [ "master", "dev" ]
branches: [ "master" ]
pull_request:
branches: [ "dev" ]
branches: [ "master", "dev" ]
workflow_dispatch:

env:
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tests
on:
push:
branches: [ "dev" ]
branches: [ "master" ]
pull_request:
branches: [ "master", "dev" ]
workflow_dispatch:
@@ -10,7 +10,7 @@ env:
GOLANG_PROTOBUF_REGISTRATION_CONFLICT: ignore

jobs:
tests:
run_tests:
runs-on: ubuntu-latest
steps:
- name: clone repo

0 comments on commit f0a877f

Please sign in to comment.