Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed May 2, 2024
1 parent 3753621 commit d2ab777
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Merge

on:
pull_request:
push:
branches: [main]
paths-ignore:
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:
# Cancel in progress for PR open and close
Expand Down

0 comments on commit d2ab777

Please sign in to comment.