Skip to content

Commit

Permalink
chore(workflow): change release-test workflow trigger branch to main …
Browse files Browse the repository at this point in the history
…instead master (#62)

* chore(workflow): change release-test workflow trigger branch to main instead master
  • Loading branch information
hengyoush authored Oct 20, 2024
1 parent 8d31734 commit 68770a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
46 changes: 0 additions & 46 deletions .github/workflows/kyanos-build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: release-test
on:
workflow_dispatch:
push:
branches: [ "master", "dev" ]
branches: [ "main", "dev" ]
pull_request:
branches: [ "master", "dev" ]
branches: [ "main", "dev" ]

permissions:
contents: read
Expand Down

0 comments on commit 68770a2

Please sign in to comment.