diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 846c1c8..26fd717 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: push: branches: [ main ] paths: - - 'rules.txt' + - '*.txt' - '.github/workflows/**' jobs: build: @@ -15,7 +15,7 @@ jobs: echo "RELEASE_NAME=Released on $(date +%Y.%m.%d-%H:%M)" >> $GITHUB_ENV echo "TAG_NAME=$(date +%Y%m%d%H%M)" >> $GITHUB_ENV echo "custom_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/rules.txt" >> $GITHUB_ENV - echo "ms_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/ms-services.txt" >> $GITHUB_ENV + echo "ms_rules=https://raw.githubusercontent.com/$GITHUB_REPOSITORY/main/ms-rules.txt" >> $GITHUB_ENV shell: bash - name: Generate rules.txt file diff --git a/ms-services.txt b/ms-rules.txt similarity index 100% rename from ms-services.txt rename to ms-rules.txt