Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antonrom1 committed Aug 28, 2023
1 parent fea57a7 commit 964140c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Deploy to GitHub Pages

on:
push:
branches: [ master ]
branches:
- master
- 'feature/github-action-deployment'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 964140c

Please sign in to comment.