Skip to content

Commit

Permalink
fix(ci): Do not filter tags on branches
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Feb 29, 2024
1 parent 70e1688 commit 2e256d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

permissions:
pages: write
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e256d0

Please sign in to comment.