Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bavarianbidi authored Feb 26, 2024
1 parent 62800e6 commit 318cfca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Go

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
Expand All @@ -11,6 +12,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: do stuff
run: |
pwd
echo $HOME
- name: Set up Go 1.19
uses: actions/setup-go@v1
with:
Expand Down

0 comments on commit 318cfca

Please sign in to comment.