Skip to content

Commit

Permalink
github workflow: fix comment for on-push-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhochow committed Jul 21, 2023
1 parent 1b5a8ba commit eed87d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/simwrapper.yaml
@@ -1,9 +1,9 @@
name: Build and deploy SimWrapper to GitHub Pages

on:
# Runs on pushes targeting the default branch
push:
branches: [gh-pages]
# branches: [$default-branch] # Runs on pushes targeting the default branch
branches: [gh-pages] # Runs on pushes to the gh-pages branch

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

0 comments on commit eed87d9

Please sign in to comment.