Skip to content

Commit

Permalink
update target for github build workflow (#5)
Browse files Browse the repository at this point in the history
* update target for github build workflow

* update target for deploy github workflow
  • Loading branch information
ravi-sawlani-yral authored Aug 21, 2024
1 parent 6225e77 commit 46fe49e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- main

jobs:
build_check:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main

jobs:
build_check:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Deploy a docker container to Fly.io
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.AUTH_FLY_IO_GITHUB_ACTION_DEPLOY_TOKEN }}
FLY_API_TOKEN: ${{ secrets.AUTH_FLY_IO_GITHUB_ACTION_DEPLOY_TOKEN }}

0 comments on commit 46fe49e

Please # to comment.