Skip to content

Commit

Permalink
Merge pull request #48 from lidofinance/feat/enable-ci
Browse files Browse the repository at this point in the history
Enable analysis runners on push to master
  • Loading branch information
mymphe authored and tamtamchik committed Mar 7, 2024
2 parents a190ee5 + 257f419 commit 59e840e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Code Analysis

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests
name: Coverage

on:
push:
branches: [master, develop]
pull_request:
branches: [master, develop]

Expand Down

0 comments on commit 59e840e

Please sign in to comment.