Skip to content

Commit

Permalink
Update action name.
Browse files Browse the repository at this point in the history
  • Loading branch information
brett0000FF committed Mar 18, 2024
1 parent cc003fc commit 3f9f0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate-overview.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Update Rule Overview Page
name: Update Rules Page

on:
push:
branches:
- main
- brett0000FF/generate-rules-page
- brett0000FF/generate-rules-page ##remove
paths:
- 'styles/**'
- '.github/workflows/generate-overview.yml'
Expand Down Expand Up @@ -34,5 +34,5 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add rules_overview.md
git commit -m "Update rules overview Markdown" || echo "No changes to commit"
git commit -m "Update rules page." || echo "No changes to commit."
git push

0 comments on commit 3f9f0fe

Please sign in to comment.