Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 20, 2024
1 parent 62876b4 commit f5b2775
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Analysis

on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
push:
branches: [main]
# pull_request:
# types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
# push:
# branches: [main]
workflow_dispatch:

concurrency:
Expand Down
17 changes: 9 additions & 8 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Merge

on:
push:
branches: [main]
paths-ignore:
- '*.md'
- '.github/**'
- '.github/graphics/**'
- '!.github/workflows/**'
workflow_dispatch:
# push:
# branches: [main]
# paths-ignore:
# - '*.md'
# - '.github/**'
# - '.github/graphics/**'
# - '!.github/workflows/**'
# workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.workflow }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: PR

on:
pull_request:
# pull_request:
workflow_dispatch:

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

0 comments on commit f5b2775

Please sign in to comment.