Skip to content

Commit

Permalink
Update coding-standards.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 25, 2024
1 parent 013eb14 commit 6559c55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: fix code styling

on: [push]
on:
push:
branches:
- master
- '*.x'

jobs:
lint:
Expand Down

0 comments on commit 6559c55

Please sign in to comment.