Skip to content

Commit

Permalink
add ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Apr 8, 2022
1 parent cbad194 commit f7e3aa0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
name: ci
on: pull_request
on:
pull_request:
push:
branches:
- 'release/**'
jobs:
yamllint:
name: yamllint
Expand Down

0 comments on commit f7e3aa0

Please sign in to comment.