Skip to content

Commit bf081f1

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] trigger events changed.
1 parent 7c3014e commit bf081f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/yamllint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: YAML lint
33

44
on: # yamllint disable-line rule:truthy
55
push:
6+
branches: ["main"]
67
pull_request:
8+
# The branches below must be a subset of the branches above
9+
branches: ["main"]
710
workflow_dispatch:
811

912
jobs:

0 commit comments

Comments
 (0)