Skip to content

Commit

Permalink
UTs should run on each push
Browse files Browse the repository at this point in the history
  • Loading branch information
amshamah419 committed Sep 8, 2024
1 parent 819cfe3 commit 866e785
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
name: Build and Release

on:
push: # This applies to all pushes
push:
branches:
- '**' # Run on all branches for push
pull_request:
branches:
- '**' # Run unit tests on all PRs as well
tags:
- 'v*.*.*' # For tag pushes
- 'v*.*.*' # Run on version tags

jobs:
run-unit-tests:
Expand Down

0 comments on commit 866e785

Please sign in to comment.