Skip to content

Commit

Permalink
chore(ci): enable analysis runners on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Mar 7, 2024
1 parent a190ee5 commit 257f419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
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
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Tests

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

Expand Down

0 comments on commit 257f419

Please sign in to comment.