Skip to content

Commit

Permalink
Tiny comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
haukex authored Sep 20, 2024
1 parent 40e423c commit 60d02bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Basic Tests
on:
push:
# This workflow doesn't need to run on tags; to get that, specify only `branches` here:
branches:
- '**'
pull_request:
Expand All @@ -13,4 +14,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: prove -l
- run: prove -l

0 comments on commit 60d02bd

Please sign in to comment.