1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

Update workflows

This commit is contained in:
IvanZosimov
2022-12-15 16:16:00 +01:00
parent a35f420124
commit c483e03222
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
name: Check dist/
on:
push:
branches:

View File

@@ -1,4 +1,5 @@
name: CodeQL analysis
on:
push:
branches: [ main ]

View File

@@ -1,4 +1,5 @@
name: Release new action version
on:
release:
types: [released]