Skip to content

Commit

Permalink
Only run the yamllint action once
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Apr 19, 2022
1 parent a0908b9 commit 42fd327
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Lint YAML Files

on:
- push
- pull_request
push:
branches:
- main
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 42fd327

Please sign in to comment.