Change branch

This commit is contained in:
2024-07-13 03:17:40 +07:00
parent 61371809e7
commit e15b326ddc

View File

@@ -1,17 +1,15 @@
name: Build & Deploy name: Build & Deploy
on: on:
push: push:
branches: [ "main" ] branches: [ "dev" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "dev" ]
jobs: jobs:
build-and-deploy: build-and-deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v4 uses: actions/checkout@v4
with:
token: ${{ secrets.GH_ACCESS_TOKEN }}
- name: Build and test your app (customize as needed) - name: Build and test your app (customize as needed)
run: | run: |
# Add your build and test commands here # Add your build and test commands here