Skip to content

Commit

Permalink
πŸ’š do not auto-run build and build-test on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jxn-30 committed May 19, 2023
1 parent 8c07f61 commit 4af1a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ run-name: '[πŸ‘·πŸš€] Build on `${{ github.ref }}`${{ (github.repository_owner =

on:
push:
- master
- dev
workflow_dispatch:

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ run-name: '[πŸ§ͺ] Test build on `${{ github.ref }}`'

on:
push:
- master
- dev
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 4af1a2b

Please sign in to comment.