Skip to content

Commit

Permalink
Scope action for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent c24e39b commit bd13f25
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Linting

on: [push, pull_request]
on:
push:
branches:
- '**'
pull_request:
branches:
- 'main' # Continuous Releases

jobs:

Expand Down

0 comments on commit bd13f25

Please sign in to comment.