From eb150a1c709bc034c8babb5d4d44ab07327c0b75 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 14 Sep 2022 16:57:05 +0300 Subject: [PATCH] refactoring... --- .github/workflows/{pdf.yml => make-dist.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{pdf.yml => make-dist.yml} (96%) diff --git a/.github/workflows/pdf.yml b/.github/workflows/make-dist.yml similarity index 96% rename from .github/workflows/pdf.yml rename to .github/workflows/make-dist.yml index 6d1c553..3c0ee5d 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/make-dist.yml @@ -1,4 +1,4 @@ -name: Makefile CI +name: make dist on: push: @@ -7,8 +7,7 @@ on: branches: [ "main" ] jobs: - build: - + make-dist: runs-on: ubuntu-latest steps: