Skip to content

Commit

Permalink
Build and deploy automatically on pushes
Browse files Browse the repository at this point in the history
Trigger the deployment workflow automatically on push.

Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
  • Loading branch information
ajdlinux committed Aug 8, 2023
1 parent e2c2944 commit d776836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy to GitHub Pages

on:
# push:
# branches: ["master"]
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit d776836

Please sign in to comment.