We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7156e commit 28738beCopy full SHA for 28738be
.github/workflows/test.yml
@@ -2,11 +2,11 @@ name: GitHub Classroom Workflow
2
3
on:
4
push:
5
- branches: [ master,dev]
+ branches: [ main,dev]
6
paths-ignore:
7
- 'README.md'
8
pull_request:
9
- branches: [ master ]
+ branches: [ main ]
10
workflow_dispatch:
11
12
env:
learning-cxx
@@ -1 +1 @@
1
-Subproject commit 904dff0ccd5295dcd70de83ba90f4110335a4ffe
+Subproject commit d910a8b43517cd33ae9c2da8a82e7845f2503941
0 commit comments