SQSCANGHA-25 Adapt events that trigger the qa workflow
This commit is contained in:
committed by
Antoine Vinot
parent
04623c1cb1
commit
f8003d5a3a
7
.github/workflows/qa.yml
vendored
7
.github/workflows/qa.yml
vendored
@@ -1,6 +1,11 @@
|
||||
name: QA
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
jobs:
|
||||
argsInputTest:
|
||||
|
||||
Reference in New Issue
Block a user