Skip to content

Commit

Permalink
re: rename branch in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Aug 17, 2024
1 parent 7a68717 commit c14c378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

# Run workflow when resume is updated
push:
branches: pandoc
branches: main
paths: resume.yml

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down Expand Up @@ -71,5 +71,5 @@ jobs:
- name: Upload resume files
uses: ad-m/github-push-action@master
with:
branch: pandoc
branch: main
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c14c378

Please sign in to comment.