Skip to content

Commit

Permalink
chore: changed trigger branch to release and removed package permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aikins01 committed Jun 27, 2024
1 parent 87fd064 commit e6f7686
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Deploy to Production
on:
push:
branches: ['main']
branches: ['release']
env:

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Deploy to Coolify
run: |
Expand Down

0 comments on commit e6f7686

Please sign in to comment.