Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Sep 7, 2024
1 parent a659be2 commit 6e7b660
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "build-test"
name: "build-test (old)"
on: # rebuild any PRs and main branch changes
pull_request:
branches: [main]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Relabel Issues and PRs
name: Tests

on:
push:
Expand Down

0 comments on commit 6e7b660

Please sign in to comment.