Skip to content

Commit

Permalink
Fix action name, don't run CI if action.yml is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 19, 2023
1 parent 46dd845 commit 2f4a655
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ESLint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ on:
- '.husky/**'
- '.eslintignore'
- '.gitignore'
- action.yml
- '**.md'
- 'LICENSE'
- 'renovate.json'
Expand All @@ -44,6 +45,7 @@ on:
- '.husky/**'
- '.eslintignore'
- '.gitignore'
- action.yml
- '**.md'
- 'LICENSE'
- 'renovate.json'
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

name: setup-protoc
name: Setup Protocol Buffers compiler
description: 🐻‍❄️🔥 GitHub action for setting up the Protocol Buffers compiler
author: Noelware, LLC. <[email protected]>

Expand Down

0 comments on commit 2f4a655

Please sign in to comment.