We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ce645 commit 08d9cdfCopy full SHA for 08d9cdf
3 files changed
.github/workflows/appinspect.yml
@@ -1,5 +1,9 @@
1
name: Validate SDK with Splunk AppInspect
2
-on: [push, workflow_dispatch]
+on:
3
+ push:
4
+ branches: [develop, master]
5
+ pull_request:
6
+ workflow_dispatch:
7
8
env:
9
PYTHON_VERSION: 3.13
.github/workflows/lint.yml
name: Python SDK Lint
jobs:
lint:
.github/workflows/test.yml
name: Python SDK CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
0 commit comments