Skip to content

Commit

Permalink
GPT-commit: Updated GitHub workflow files.
Browse files Browse the repository at this point in the history
GPT-commit: Updated GitHub workflow files to reflect recent changes in the project's CI/CD process.
  • Loading branch information
hwixley committed Jan 21, 2024
1 parent 0d88ce2 commit 3f48dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name: Deploy Jekyll GH-Pages

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Runs on pushes targeting the default branch
push:
branches: [ master ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Generate Stdout Image

# Controls when the action will run. Triggers the workflow on push events
on:
workflow_dispatch:
push:
branches: [ master ]

Expand Down

0 comments on commit 3f48dd3

Please sign in to comment.