Skip to content

Commit

Permalink
Preview merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 18, 2024
1 parent 937db09 commit eab9f42
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Merge to Main

on:
push:
branches:
- main
paths-ignore:
- ".github/ISSUE_TEMPLATE/*"
- "**.md"
workflow_dispatch:
# branches:
# - main
# paths-ignore:
# - ".github/ISSUE_TEMPLATE/*"
# - "**.md"
# workflow_dispatch:

env:
NAME: fom
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Pull Request Open

on:
pull_request:
# pull_request:
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit eab9f42

Please sign in to comment.