Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhanawa committed Jul 20, 2023
1 parent 7a8ec2c commit b118518
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Build
on:
push:
if: ${{ github.actor != 'github-actions[bot]' }}
branches:
- master
- track-version
workflow_dispatch:

jobs:
track-version:
if: ${{ github.actor != 'github-actions[bot]' }}

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -69,6 +70,8 @@ jobs:
done
build:
if: ${{ github.actor != 'github-actions[bot]' }}

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit b118518

Please sign in to comment.