Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/DevCa-IO/Njalla into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
devcadotio committed Feb 6, 2024
2 parents 30c0be6 + 32f9a60 commit 4f0d048
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr_on_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto PR om Push

on:
push:
branches: [ dev ]

jobs:
deploy:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: create pull request
run: gh pr create -B main -H dev --title 'Merge dev into main branch' --body 'Created by Github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4f0d048

Please sign in to comment.