Skip to content

Commit

Permalink
Merge pull request #39 from opatry/website-automatic-deploy
Browse files Browse the repository at this point in the history
Automatically deploy website when pushing diff into `website/**` on `main` branch
  • Loading branch information
opatry authored Oct 2, 2024
2 parents 3257beb + dad0a82 commit d0e8538
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build & Test
on:
push:
branches:
- main
- main
pull_request:
branches:
- main
- main

jobs:
build:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: 🌎 Deploy Website

on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'website/**'

permissions:
contents: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/play-store-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: 🚀 Play Store publish

on:
workflow_dispatch:
inputs:
Expand Down

0 comments on commit d0e8538

Please sign in to comment.