Skip to content

Commit

Permalink
Merge branch 'beta' into global-scene
Browse files Browse the repository at this point in the history
  • Loading branch information
DayKev authored Dec 4, 2024
2 parents bd20a1e + c299c04 commit 8d3feed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
if: github.repository == 'pagefaultgames/pokerogue'
if: github.repository == 'Despair-Games/poketernity'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
if: github.repository == 'pagefaultgames/pokerogue'
if: github.repository == 'Despair-Games/poketernity'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
pages:
name: Github Pages
if: github.repository == 'pagefaultgames/pokerogue'
if: github.repository == 'Despair-Games/poketernity'
runs-on: ubuntu-latest
env:
api-dir: ./
Expand Down

0 comments on commit 8d3feed

Please sign in to comment.