Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lacpandore committed Sep 11, 2024
1 parent d3ff607 commit a3032de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 38 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/blank.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/validate-content.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Validate Content

on: [pull_request]
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "7.0" branch
push:
pull_request:
branches: [ "7.0" ]
workflow_dispatch:

jobs:
validate:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/yaml-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: YAML Lint

on: [pull_request]
on:
push:
pull_request:
branches: [ "7.0" ]
workflow_dispatch:

jobs:
lint:
Expand Down

0 comments on commit a3032de

Please sign in to comment.