Merge pull request 'Run workflow only for main branch' (#3) from main into develop

Reviewed-on: #3
This commit is contained in:
Brayd 2024-04-12 20:14:11 +02:00
commit 99de39086d
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
on: [push]
on:
push:
branches: [main]
jobs:
Build and Deploy Website:
runs-on: docker