Skip to content

Commit

Permalink
build: run only one job per PR
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 22, 2023
1 parent a09db45 commit 77ae94f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: gopuca
on: [push, pull_request]
on:
push:
branches:
- main
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
test:
name: Test ${{ matrix.os }} go${{ matrix.go }}
Expand Down

0 comments on commit 77ae94f

Please sign in to comment.