Enable github actions for branch

This commit is contained in:
Pieter Vander Vennet 2023-01-17 03:38:14 +01:00
parent e1791d3acb
commit f28b058f56

View file

@ -3,6 +3,7 @@ on:
push: push:
branches: branches:
- develop - develop
- feature/vite
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest