Skip to content

Commit

Permalink
added workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
nabim777 authored and nabim777 committed Aug 28, 2023
1 parent c03d605 commit 1f89969
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,12 @@ on:
- main
workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v4
Expand Down

0 comments on commit 1f89969

Please sign in to comment.