Skip to content

Commit

Permalink
Remove branches from github action #14
Browse files Browse the repository at this point in the history
Action should run on every push not depending on branch
  • Loading branch information
sroertgen committed Jan 29, 2024
1 parent e4bab64 commit 8f71581
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: Build /public and deploy to gh-pages with docker container

on:
push:
branches:
- master
- main
- dev
- gh-pages
workflow_dispatch:
inputs:
logLevel:
Expand Down

0 comments on commit 8f71581

Please sign in to comment.