We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6912155 commit f5def9aCopy full SHA for f5def9a
.github/workflows/CD.yml
@@ -10,6 +10,7 @@ on:
10
11
jobs:
12
publish:
13
+ if: github.event_name != 'schedule' || github.ref == 'refs/heads/master'
14
uses: EvergineTeam/evergine-standards/.github/workflows/binding-simple-cd.yml@main
15
with:
16
generator-project: "OpenGLGen/OpenGLGen/OpenGLGen.csproj" # Path to your generator .csproj
.github/workflows/sync-standards.yml
@@ -41,6 +41,7 @@ on:
41
42
43
sync:
44
45
permissions:
46
contents: write # allow push commits
47
pull-requests: write
0 commit comments