Merge pull request #13252 from github/redsun82/swift-workflow

Swift: trigger workflow on `codeql-cli-*`
This commit is contained in:
Arthur Baars
2023-05-23 12:43:44 +02:00
committed by GitHub

View File

@@ -16,6 +16,7 @@ on:
branches:
- main
- rc/*
- codeql-cli-*
push:
paths:
- "swift/**"
@@ -30,6 +31,7 @@ on:
branches:
- main
- rc/*
- codeql-cli-*
jobs:
# not using a matrix as you cannot depend on a specific job in a matrix, and we want to start linux checks