Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Deborggraeve <randy@deb-ict.com>
  • Loading branch information
deborggraever committed Feb 26, 2025
1 parent 79e8727 commit bdd941a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: build
permissions:
contents: read
pull-requests: write
on:
push:
branches:
- master
pull_request:
branches:
- master
- main

jobs:
build:
Expand All @@ -22,6 +22,6 @@ jobs:

- name: Build
run: go build ./...

- name: Test
run: go test ./...

0 comments on commit bdd941a

Please sign in to comment.