Skip to content

Commit

Permalink
Merge pull request #10 from zeuslawyer/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zeuslawyer authored Jun 21, 2024
2 parents bd023f2 + 35f9f46 commit 2c323cb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Go Build & Test

on:
# Run tests for pull requests to the main branch
# Run tests for pull requests to the main or develop branch
pull_request:
branches: [main]
# Run tests on pushes to the development branch
push:
branches: [main, develop]
# Run tests on pushes to all branches
push:
branches: ["**"]
workflow_dispatch:

jobs:
test:
Expand Down

0 comments on commit 2c323cb

Please sign in to comment.