Skip to content

Commit

Permalink
build: rename CI/CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Pascucci committed Sep 16, 2023
1 parent 7380b91 commit f3732e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_presentazione.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: New tesi release from tag
name: New presentazione release from tag
on:
push:
# Sequence of patterns matched against refs/tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_propedeutica.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: New tesi release from tag
name: New propedeutica release from tag
on:
push:
# Sequence of patterns matched against refs/tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_sistemi_autonomi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: New tesi release from tag
name: New sistemi autonomi release from tag
on:
push:
# Sequence of patterns matched against refs/tags
Expand Down

0 comments on commit f3732e4

Please sign in to comment.