Change branch
This commit is contained in:
6
.github/workflows/caprover.yml
vendored
6
.github/workflows/caprover.yml
vendored
@@ -1,17 +1,15 @@
|
||||
name: Build & Deploy
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
branches: [ "dev" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
branches: [ "dev" ]
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.GH_ACCESS_TOKEN }}
|
||||
- name: Build and test your app (customize as needed)
|
||||
run: |
|
||||
# Add your build and test commands here
|
||||
|
||||
Reference in New Issue
Block a user