Skip to content

Commit

Permalink
ghsf
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Apr 25, 2024
1 parent 6534bdd commit 5eb3bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copyright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update:
if: ${{ startsWith(github.ref, 'refs/tags/v1') or startsWith(github.ref, 'refs/tags/v2') }}
if: ${{ startsWith(github.ref, 'refs/tags/v1') || startsWith(github.ref, 'refs/tags/v2') }}
runs-on: ubuntu-latest
steps:

Expand Down

0 comments on commit 5eb3bbc

Please sign in to comment.