Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 23, 2023
1 parent f5ccce4 commit 393044c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Merge

on:
pull_request:
# workflow_run:
# workflows: [PR Closed]
# types: [completed]
workflow_run:
workflows: [PR Closed]
types: [completed]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PR

on:
# pull_request:
# branches: [main]
pull_request:
branches: [main]
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 393044c

Please sign in to comment.