Skip to content

Commit

Permalink
Update GHA to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jknipp committed Apr 26, 2024
1 parent d391b50 commit 47b20fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
name: Docker Build and Push

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the main branch
on:
push:
branches: [ master ]
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
2 changes: 1 addition & 1 deletion lib/tasks/deploy.rake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
desc "Deploy this sample app to heroku"
task :deploy do
`git push heroku master`
`git push heroku main`
end

0 comments on commit 47b20fa

Please sign in to comment.