Skip to content

Commit

Permalink
gh action for backport relase
Browse files Browse the repository at this point in the history
  • Loading branch information
witmicko committed Nov 29, 2023
1 parent 01aff87 commit a41c68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Main

on:
push:
branches: [main2]
branches: [main]
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-main-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish main branch to GitHub Pages

on:
push:
branches: main2
branches: main

jobs:
publish-to-gh-pages:
Expand Down

0 comments on commit a41c68c

Please sign in to comment.