Skip to content

Commit

Permalink
Tweak CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gdetrez committed Feb 21, 2024
1 parent 27be99c commit a22d5dc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go

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

permissions:
content: read

jobs:

build:
Expand Down

0 comments on commit a22d5dc

Please sign in to comment.