Skip to content

Commit

Permalink
c23-clang only on pull_request, tags update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdickmeiss committed Jan 27, 2025
1 parent 3579183 commit 1890aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-c23-yaz.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Build yaz from source with clang c23
name: Build complete YAZ, clang, c23
on: [push, pull_request]
on: [pull_request]
jobs:
build-complete:
build-clang-c23-complete:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1890aef

Please sign in to comment.