Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonszelmann committed Jan 9, 2024
1 parent 23c74b3 commit 403f5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages

on:
push:
branches: [frontend]
branches: [main]
workflow_dispatch:

permissions:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: 2024.rustnl.nl
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 403f5f6

Please sign in to comment.