Skip to content

Commit

Permalink
Update GH Actions triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jun 8, 2024
1 parent f66701c commit 5bad540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linting tools via pre-commit
on:
pull_request:
push:
branches: [main, test-me-*]
branches: [main]

jobs:
main:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Compile and validate YAML configuration

on:
push:
branches:
- main
pull_request:
branches:
- main
push:
branches: [main]

jobs:
tests:
Expand Down

0 comments on commit 5bad540

Please sign in to comment.