Skip to content

Commit 63eee9e

Browse files
authored
Update dotnet.yml
Run action for all branches
1 parent e71efde commit 63eee9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
on:
55
# Triggers the workflow on push or pull request events but only for the master branch
66
push:
7-
branches: [ main ]
7+
branches: [ "**" ]
88
pull_request:
99
branches: [ main ]
1010

0 commit comments

Comments
 (0)