Skip to content

Commit

Permalink
run on demand
Browse files Browse the repository at this point in the history
  • Loading branch information
myleshorton committed Oct 30, 2023
1 parent 6d05b39 commit dbcd6bb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:

build:
runs-on:
group: large-runners
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install libpcap
run: sudo apt-get install libpcap-dev
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Granting private modules access
Expand Down

0 comments on commit dbcd6bb

Please sign in to comment.