Skip to content

Commit

Permalink
Merge pull request #7048 from mrhoribu/master
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jan 9, 2025
2 parents e997ba3 + a41c266 commit 66fc5bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rubocop
on:
push:
branches:
- 'main'
paths:
- "*.lic"
- "*.rb"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Valid YAML syntax

on:
push:
branches:
- 'main'
paths:
- "data/*.yaml"
- "profiles/**.yaml"
Expand Down

0 comments on commit 66fc5bd

Please sign in to comment.