Skip to content

Commit

Permalink
更新微软服务
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyeye authored Dec 17, 2022
1 parent 26d0df4 commit d46062e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ main ]
paths:
- 'rules.txt'
- '*.txt'
- '.github/workflows/**'
jobs:
build:
Expand All @@ -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
Expand Down
File renamed without changes.

0 comments on commit d46062e

Please sign in to comment.