Skip to content

Commit

Permalink
actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1F47E committed Nov 26, 2023
1 parent cc23334 commit 4d05275
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,13 +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
name: Go build & test

on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
# on:
# push:
# branches: [ "dev" ]
# pull_request:
# branches: [ "dev" ]

jobs:

Expand Down

0 comments on commit 4d05275

Please sign in to comment.