Skip to content

Commit

Permalink
Update pull_changes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneemkoushar authored Feb 11, 2024
1 parent 332c429 commit e1bbff6
Showing 1 changed file with 11 additions and 23 deletions.
34 changes: 11 additions & 23 deletions .github/workflows/pull_changes.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,13 @@
# name: Pull Changes on Push to Develop Branch
name: Test

# on:
# push:
# branches:
# - develop
on:
push:
branches:
- develop

# jobs:
# pull_changes:
# if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# with:
# ref: develop

# - name: Pull changes from develop branch
# run: git pull origin develop

# - name: Push changes to automated-docs branch
# run: |
# git config --global user.email "actions@github.com"
# git config --global user.name "GitHub Actions"
# git push origin HEAD:automated-docs
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Test"

0 comments on commit e1bbff6

Please sign in to comment.