Skip to content

Commit

Permalink
🔧 changing worflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
chrede88 committed Dec 17, 2024
1 parent c37333e commit 2e446cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Auto-Merge
on:
pull_request_target:
pull_request:
types: [labeled]

permissions:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/testBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main
pull_request_target:
paths:
- layouts/**
- assets/**
- static/**
pull_request:

jobs:
build-deploy:
Expand Down

0 comments on commit 2e446cc

Please sign in to comment.