Skip to content

Commit d093e01

Browse files
authored
Github Actions: Fix Actions trigger on branch name (#171)
1 parent b410a34 commit d093e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Testing
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
pull_request:
88
workflow_dispatch:
99
schedule:

0 commit comments

Comments
 (0)