Skip to content

Validate nftables rule files in CI and fix IPv6 (#114) #9

Validate nftables rule files in CI and fix IPv6 (#114)

Validate nftables rule files in CI and fix IPv6 (#114) #9

---
name: Release Drafter Action
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}