Skip to content

Commit 971af03

Browse files
committed
fix: make beta branch deploy to beta domain
1 parent b78d2e1 commit 971af03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
env:
4242
DNSIMPLE_TOKEN: ${{ secrets.DNSIMPLE_TOKEN }}
4343
# TODO: change to master once merged.
44-
if: github.ref == 'refs/heads/feat/new-setup'
44+
if: github.ref == 'refs/heads/beta'

0 commit comments

Comments
 (0)