Skip to content

Commit

Permalink
refactor: further adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke committed Oct 23, 2024
1 parent ed4ae71 commit d1090a6
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test and deploy to GitHub Pages

on: [push]
---
name: Default Pipeline

on:
pull_request:
push:
branches:
- "main"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d1090a6

Please sign in to comment.