We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdcbe83 commit b0ae09eCopy full SHA for b0ae09e
.github/workflows/test.yml
@@ -1,6 +1,24 @@
1
name: Test target-snowflake
2
3
-on: [push]
+on:
4
+ push:
5
+ branches: [main]
6
+ paths:
7
+ - .github/workflows/test.yml
8
+ - target_snowflake/**
9
+ - tests/**
10
+ - poetry.lock
11
+ - pyproject.toml
12
+ - tox.ini
13
+ pull_request:
14
15
16
17
18
19
20
21
22
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
0 commit comments