Skip to content

Commit

Permalink
Merge pull request #5 from alexferl/update_action
Browse files Browse the repository at this point in the history
update action
  • Loading branch information
alexferl authored Oct 7, 2023
2 parents 5e38db8 + 4521030 commit b0db1e6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Test and coverage

on: [push, pull_request]

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b0db1e6

Please sign in to comment.