Fix branch name in action

This commit is contained in:
Gabriel Augendre 2023-05-12 10:31:31 +02:00
parent f983b6ec3c
commit 39121679c0

View file

@ -5,7 +5,7 @@ on:
# Runs on pushes targeting the default branch
push:
branches:
- main
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: