Skip to content

Commit

Permalink
feat(.github/workflows): rename build-and-test-main.yml to build-and-…
Browse files Browse the repository at this point in the history
…test.yml and update branch triggers
  • Loading branch information
raphaelmansuy committed Sep 2, 2024
1 parent 2106769 commit f5e6ab0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and Test

on:
push:
branches: [ main ]
branches: [ '*' ]
pull_request:
branches: [ main ]
branches: [ '*' ]

jobs:
build-and-test:
Expand Down

0 comments on commit f5e6ab0

Please sign in to comment.