Skip to content

Commit

Permalink
Merge branch 'refactor-pr-trigger-check' of https://github.com/t-will…
Browse files Browse the repository at this point in the history
…-gillis/website into refactor-pr-trigger-check
  • Loading branch information
t-will-gillis committed Oct 6, 2024
2 parents fda1f15 + 22dc1b1 commit d40c8ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened]
branches:
- 'gh-pages'
- '*'
- 'feature-homepage-launch'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, edited]
branches:
- 'gh-pages'
- '*'

jobs:
Check-For-Linked-Issue:
Expand Down Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: adding-pr-instructions-artifact
path: addingPrInstructions/artifact/
path: addingPrInstructions/artifact/
2 changes: 1 addition & 1 deletion .github/workflows/set-pr-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
types: [opened, edited]
branches:
- 'gh-pages'
- '*'
- 'feature-homepage-launch'

jobs:
Expand Down

0 comments on commit d40c8ca

Please sign in to comment.