Skip to content

Commit

Permalink
Run unit test via github action also when pushing to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vibridi committed Sep 25, 2024
1 parent 0d7eb72 commit e53881b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Run Unit Tests

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

Expand Down

0 comments on commit e53881b

Please sign in to comment.