Skip to content

Commit

Permalink
Update latex.yml with new branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
mroley1 authored Dec 10, 2024
1 parent 2b84cb0 commit f67548a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: compile and host pdf of resume
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ permissions:

concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
deploy:
Expand Down

0 comments on commit f67548a

Please sign in to comment.