Skip to content

Commit

Permalink
Merge pull request #169 from dnd-al-krk/auto_build_on_master_merge
Browse files Browse the repository at this point in the history
auto build on merge to master
  • Loading branch information
ivellios authored May 25, 2024
2 parents 6ec904b + 6cfebbe commit c395074
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ name: Build and Deploy

on:
workflow_dispatch:
push:
branches:
- master
paths:
- src/**
- package.json

jobs:
build:
Expand Down

0 comments on commit c395074

Please sign in to comment.