Skip to content

Commit

Permalink
chore(ci): Trigger test build with dry-run on push
Browse files Browse the repository at this point in the history
  • Loading branch information
realth000 committed Feb 1, 2024
1 parent d59a647 commit 007bd0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

workflow_dispatch:

env:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Test build

on:
push:
branches: [ "master" ]
tags-ignore:
- 'v**'
pull_request:
branches: [ "master" ]
workflow_dispatch:
inputs:
build_android:
Expand Down

0 comments on commit 007bd0d

Please sign in to comment.