Skip to content

Commit

Permalink
git add -A
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Oct 15, 2021
1 parent 35ad659 commit b5732bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Tests
on: [push, pull_request]
jobs:
on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
tests-on:
name: ${{matrix.go-version}} ${{matrix.os}}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b5732bc

Please sign in to comment.