Skip to content

Commit

Permalink
revert: text trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
kyY00n committed Apr 25, 2024
1 parent e7161f3 commit a49cf32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build
on: pull_request
jobs:
build:
Expand All @@ -11,4 +11,4 @@ jobs:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
with:
cmd: build # will run `yarn build` command
cmd: build # will run `yarn build` command
10 changes: 3 additions & 7 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
name: build and push code
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
git-push:
name: build and push
name: Build and push
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -29,8 +25,8 @@ jobs:
user-email: [email protected]
target-branch: main
sync-branches:
name: Sync main -> develop
runs-on: ubuntu-latest
name: Syncing develop branch with main
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit a49cf32

Please sign in to comment.