Skip to content

Commit

Permalink
Merge pull request #30 from mikeiken:actions-update
Browse files Browse the repository at this point in the history
Rename CI workflows for development and main branches
  • Loading branch information
Kseen715 authored Oct 13, 2024
2 parents cfa47a5 + 9472f0d commit d41db13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-commit-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# run on commit
name: CI
name: CI-dev
permissions:
contents: write

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-commit-main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# run on commit
name: CI
name: CI-main
permissions:
contents: write

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
name: Create and publish a Docker images to GitHub Packages

on:
workflow_run:
workflows: ["CI-main"]
types:
- completed
release:
types: [created, published]
push:
Expand Down

0 comments on commit d41db13

Please sign in to comment.