Skip to content

Commit

Permalink
[CI/CD] github actions updated
Browse files Browse the repository at this point in the history
  • Loading branch information
garvae committed Oct 20, 2023
1 parent 49102b5 commit 2b0e702
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- main
- master

release:
types: [published]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Publish
on:
workflow_dispatch:
branches: [ main ]
branches: [ master ]
inputs:
agreement:
description: "Run manually?"
Expand All @@ -14,7 +14,7 @@ on:

workflow_run:
workflows: [ "CI" ]
branches: [ main ]
branches: [ master ]
types:
- completed

Expand Down

0 comments on commit 2b0e702

Please sign in to comment.