Skip to content

Commit

Permalink
Re-add the on event triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Nov 24, 2024
1 parent 09655ef commit 90b4611
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI

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

jobs:
build:
name: "Build"
Expand All @@ -13,7 +19,7 @@ jobs:
go-version: "1.23"

- name: Install dependencies
run: go get .
run: go get .

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 90b4611

Please sign in to comment.