Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 12, 2024
1 parent ecb011b commit 3a76425
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: Merge

on:
push:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- '.github/graphics/**'
- '!.github/workflows/**'
workflow_dispatch:
inputs:
pr_no:
description: "Tag set to deploy; e.g. PR number, latest or prod (default)"
type: string
default: 'prod'
pull_request:
# push:
# branches: [main]
# paths-ignore:
# - '*.md'
# - '.github/**'
# - '.github/graphics/**'
# - '!.github/workflows/**'
# workflow_dispatch:
# inputs:
# pr_no:
# description: "Tag set to deploy; e.g. PR number, latest or prod (default)"
# type: string
# default: 'prod'

concurrency:
# Do not interrupt previous workflows
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: PR Closed

on:
pull_request:
types: [closed]
# pull_request:
# types: [closed]
workflow_dispatch:

concurrency:
# PR open and close use the same group, allowing only one at a time
Expand Down

0 comments on commit 3a76425

Please sign in to comment.