Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 13, 2024
1 parent 1ad2aa4 commit e730fff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Merge

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

concurrency:
group: ${{ github.workflow }}
Expand Down

0 comments on commit e730fff

Please sign in to comment.