diff --git a/.github/workflows/dircnt.yml b/.github/workflows/dircnt.yml new file mode 100644 index 0000000..d2960d2 --- /dev/null +++ b/.github/workflows/dircnt.yml @@ -0,0 +1,15 @@ +name: dircnt + +on: + push: + branches: + - dircnt + +jobs: + build: + uses: ./.github/workflows/build.yml + with: + crate: dircnt + permissions: + contents: write + secrets: inherit