packetcap / go-pcap

Packet capture library and tools in native go
Apache License 2.0
23 stars 5 forks source link

Github Actions with workflow_dispatch #56

Open amarcum opened 4 months ago

amarcum commented 4 months ago

Split out the workflows, one verifies the tests and builds succeed, the other creates a release page with a new incremented tag if there isn't an existing tag

deitch commented 3 months ago

Sorry to drive you crazy. Can we split this into 2 PRs? I like the cleanup you did on the build stuff in main.yml, works well. I have some questions about the build process for tags, might need some back and forth. If we split them, we can get the main.yml changes in right away, then focus on the others.