Skip to content

Commit

Permalink
fix: add push trigger to master for coverall workflow (deriv-com#17713)
Browse files Browse the repository at this point in the history
  • Loading branch information
heorhi-deriv authored Dec 3, 2024
1 parent d18125f commit 4a3374b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Reporter

on:
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, edited]

Expand Down

0 comments on commit 4a3374b

Please sign in to comment.