Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Allow triggering tests from Github UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsierles committed Jun 9, 2022
1 parent b029a9f commit 7313c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
push:
paths-ignore:
- 'README.md'
workflow_dispatch:

permissions:
contents: read

env:
GO_VERSION: '1.18'


jobs:
build:
name: Build
Expand Down

0 comments on commit 7313c38

Please sign in to comment.