Skip to content

Commit 72e3196

Browse files
authored
Fix branch name (#121)
* Makefile and CI upgrades * Fix branch name
1 parent 5774894 commit 72e3196

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-db-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
test-other-dbs:
6262
runs-on: ubuntu-latest
63-
if: github.event_name == 'push' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/master'
63+
if: github.event_name == 'push' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/main'
6464
strategy:
6565
fail-fast: false
6666
matrix:
@@ -110,7 +110,7 @@ jobs:
110110
111111
clean-up-schemas:
112112
runs-on: ubuntu-latest
113-
if: github.event_name == 'delete' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/master'
113+
if: github.event_name == 'delete' && github.repository == 're-data/dbt-re-data' && github.ref == 'refs/heads/main'
114114
strategy:
115115
fail-fast: false
116116
matrix:

0 commit comments

Comments
 (0)