Skip to content

Commit

Permalink
Run CI job on pull requests or for every push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Mar 10, 2024
1 parent 8314a8e commit f46648d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: CI

on: [pull_request]
on:
pull_request:
push:
branches:
- 'main'
paths:
- '**.go'

jobs:
unit_tests:
Expand All @@ -23,4 +29,3 @@ jobs:
with:
name: code-coverage
path: coverage.txt

0 comments on commit f46648d

Please sign in to comment.