We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d2b4b commit bc25e85Copy full SHA for bc25e85
.github/workflows/main.yml
@@ -1,11 +1,11 @@
1
-name: CI
+name: Main
2
defaults:
3
run:
4
shell: bash
5
6
on:
7
push:
8
- branches: [ "*" ]
+ branches: [ "main" ]
9
pull_request:
10
paths:
11
- "!**.md"
README.md
@@ -1,3 +1,5 @@
+[](https://github.com/DaredevilOSS/sqlc-gen-csharp/actions/workflows/main.yml)
+
# sqlc-gen-csharp
## Usage
### Configuration
0 commit comments