Skip to content

Commit

Permalink
Add github-actions branch to workflow triggers
Browse files Browse the repository at this point in the history
This update ensures that workflows are triggered on pushes to the 'github-actions' branch. It also includes minor formatting adjustments for better readability.
  • Loading branch information
ivandrofly committed Nov 22, 2024
1 parent dccc120 commit 77b3abf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- github-actions
pull_request:
branches:
- main
Expand Down Expand Up @@ -52,8 +53,10 @@ jobs:
# with:
# name: Plugins
# path: C:\plugins\*.dll

call-upload-artifacts-workflow:
- use: ./github/workflows/upload-artifacts.yml

# - name: Upload Artifact
# uses: actions/upload-artifact@v4
# with:
Expand Down

0 comments on commit 77b3abf

Please sign in to comment.