Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
N2D4 committed Jul 6, 2024
1 parent 2cd094f commit c56d135
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mirror-to-wdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Mirror main branch to main-mirror-for-wdb
on:
push:
branches:
- main
- with-dev-backend

jobs:
lint_and_build:
Expand All @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.REPO_PAT }}

- name: Mirror branch
run: |
Expand Down

0 comments on commit c56d135

Please sign in to comment.