Skip to content

Commit d89a168

Browse files
committed
Updates
I removed the flag file I updated the testing.yml to use the same logic
1 parent 6bab328 commit d89a168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/issue_template_configured.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: testing
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches:
7+
- ${{ github.event.repository.default_branch }}
78
tags-ignore: "*"
89

910
jobs:

0 commit comments

Comments
 (0)