mirror of
https://github.com/Xevion/powershell.git
synced 2025-12-06 01:15:48 -06:00
Fix github action using 'main' instead of 'master' branch for triggers
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -3,7 +3,7 @@ name: GitHub Pages
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # Set a branch name to trigger deployment
|
||||
- master # Set a branch name to trigger deployment
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user