Skip to content

Commit

Permalink
Merge pull request #40 from BlueeeMoon/Actions
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
BlueeeMoon authored Jul 25, 2024
2 parents 1641b31 + 41b00a6 commit 8bc1109
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8bc1109

Please sign in to comment.