From 172420fee212412f817ac772300095c07b3e16de Mon Sep 17 00:00:00 2001 From: Price Date: Thu, 25 Jan 2024 14:48:16 -0500 Subject: [PATCH] Add test to tag export file --- .github/workflows/tag-export.yml | 6 +++++- github-ci/button/button.module.css | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tag-export.yml b/.github/workflows/tag-export.yml index 12a5082..5de2bdb 100644 --- a/.github/workflows/tag-export.yml +++ b/.github/workflows/tag-export.yml @@ -1,8 +1,12 @@ name: Tag and Export on: - workflow_dispatch: + pull_request: + branches: + - main + types: [closed] jobs: release: + if: ${{ github.event.pull_request.merged }} runs-on: ubuntu-latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/github-ci/button/button.module.css b/github-ci/button/button.module.css index 7546b1d..a9ac51a 100644 --- a/github-ci/button/button.module.css +++ b/github-ci/button/button.module.css @@ -2,6 +2,7 @@ background-color: #4caf50; border: none; color: white; + border-radius: 32px; padding: 15px 32px; text-align: center; text-decoration: none;