Skip to content

Commit

Permalink
update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Aug 5, 2024
1 parent e5ff272 commit c69f74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- "main"
paths:
- "README.md"
paths-ignore:
- ".github/**"
- "*.md"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
pull_request:
branches:
- "main"
paths:
- "README.md"
paths-ignore:
- ".github/**"
- "*.md"
Expand Down

0 comments on commit c69f74f

Please sign in to comment.