Skip to content

Commit

Permalink
fix(ci): fix github workflow (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr authored May 18, 2024
1 parent 6a5e896 commit 0b7c022
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name: CI

on:
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

permissions:
contents: read

jobs:
# Test golangci-lint for go-version define in go.mod
golangci:
runs-on: ubuntu-latest
steps:
Expand All @@ -26,8 +25,9 @@ jobs:
version: latest
only-new-issues: true

tests:
names: Go unit tests
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Expand Down

0 comments on commit 0b7c022

Please sign in to comment.