From 41b00a65966775449ad68acdb81defbc919c330c Mon Sep 17 00:00:00 2001 From: BlueMoon Date: Thu, 25 Jul 2024 10:16:57 -0600 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b72c037..a0f8e82 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,11 @@ # On every push this script is executed -on: push + name: Build and deploy GH Pages + +on: + push: + branches: + - master jobs: build: runs-on: ubuntu-latest