We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5774894 commit 72e3196Copy full SHA for 72e3196
1 file changed
.github/workflows/run-db-tests.yml
@@ -60,7 +60,7 @@ jobs:
60
61
test-other-dbs:
62
runs-on: ubuntu-latest
63
- if: github.event_name == 'push' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'push' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/main'
64
strategy:
65
fail-fast: false
66
matrix:
@@ -110,7 +110,7 @@ jobs:
110
111
clean-up-schemas:
112
113
- if: github.event_name == 'delete' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/master'
+ if: github.event_name == 'delete' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/main'
114
115
116
0 commit comments