Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean authored Dec 28, 2024
1 parent b53dda5 commit 9185ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI
name: "Build and test"

on:
push:
branches: [ main ]
branches: [ "master" ]
pull_request:
branches: [ main ]
branches: [ "master" ]

jobs:
build:
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
with:
name: test-results
path: /tmp/test-reports/
retention-days: 30
retention-days: 30

0 comments on commit 9185ac5

Please sign in to comment.