feat/audio branch now triggers deploy too

This commit is contained in:
Leon van Kammen 2023-11-06 11:57:29 +01:00
parent de64c2801c
commit 66deb52288
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ name: Deploy static content to Pages
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
push: push:
branches: ["main"] branches: ["main","feat/audio"]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: