Skip to content

Commit

Permalink
Fix GitHub Actions push to main (branch name changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelgrom committed Jun 12, 2024
1 parent 693a156 commit fb9b2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Deploy

on:
push:
branches: [ master ]
branches:
- main

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
functions:
Expand Down

0 comments on commit fb9b2a3

Please sign in to comment.