Skip to content

Commit

Permalink
Merge branch 'w/8.2/improvement/VLTCLT-46' into w/8.3/improvement/VLT…
Browse files Browse the repository at this point in the history
francoisferrand committed May 10, 2024
2 parents 06f0eab + 325f3c3 commit d728704
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
@@ -3,21 +3,16 @@ name: pre-merge

on:

Check warning on line 4 in .github/workflows/pre-merge.yml

GitHub Actions / tests

4:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- 'user/**'
- 'feature/**'
- 'improvement/**'
- 'bugfix/**'
- 'w/**'
- 'q/**'

branches-ignore:
- development/**
- q/*/**

jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
cache: 'yarn'

0 comments on commit d728704

Please sign in to comment.