Skip to content

Commit

Permalink
Change workflow trigger to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
codytodonnell committed May 17, 2024
1 parent 70ce8dc commit a83749c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to GitHub Pages

on:
# Runs on pushes to the feature/component-library branch
# Runs on pushes to the main branch
push:
branches: ["feature/component-library"]
branches: ["main"]

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

0 comments on commit a83749c

Please sign in to comment.