Skip to content

Commit

Permalink
add workflow to build master branch on changes
Browse files Browse the repository at this point in the history
also fix the right branch name
  • Loading branch information
carlosmunoz committed Feb 17, 2025
1 parent c72ae67 commit 3cba350
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Build and Test

on:
push:
branches:
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 3cba350

Please sign in to comment.