Skip to content

Commit

Permalink
Fix branch name (#121)
Browse files Browse the repository at this point in the history
* Makefile and CI upgrades

* Fix branch name
  • Loading branch information
davidzajac1 authored Nov 17, 2023
1 parent 5774894 commit 72e3196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-db-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

test-other-dbs:
runs-on: ubuntu-latest
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'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
clean-up-schemas:
runs-on: ubuntu-latest
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'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 72e3196

Please sign in to comment.