Skip to content

Commit

Permalink
build(ci): allow manual run go test
Browse files Browse the repository at this point in the history
since workflow PR/push doesn't trigger it automatically
  • Loading branch information
developStorm committed Oct 10, 2024
1 parent 35c1ae0 commit 2b1d236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
pull_request:
workflow_dispatch:

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions rootanchors.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

// https://data.iana.org/root-anchors/root-anchors.xml
// BEGIN IANA ROOT ANCHORS XML DATA

const IanaRootAnchorsXml = `<?xml version="1.0" encoding="UTF-8"?>
<TrustAnchor id="E9724F53-1851-4F86-85E5-F1392102940B" source="http://data.iana.org/root-anchors/root-anchors.xml">
<Zone>.</Zone>
Expand Down

0 comments on commit 2b1d236

Please sign in to comment.