Update workflow
This commit is contained in:
parent
d15ccac880
commit
44f0ded376
2 changed files with 3 additions and 2 deletions
4
.github/workflows/build-and-publish.yml
vendored
4
.github/workflows/build-and-publish.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Build and Publish
|
name: "Build and Publish"
|
||||||
|
|
||||||
"on":
|
on:
|
||||||
# run it on push to the default repository branch
|
# run it on push to the default repository branch
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -9,6 +9,7 @@
|
||||||
# the `language` matrix defined below to confirm you have the correct set of
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
# supported CodeQL languages.
|
# supported CodeQL languages.
|
||||||
#
|
#
|
||||||
|
---
|
||||||
name: "CodeQL"
|
name: "CodeQL"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Reference in a new issue