Skip to content

Commit

Permalink
Master vs main works
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Sep 24, 2024
1 parent 85ed503 commit 641c029
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ name: Check and publish snapshot

on:
push:
branches: [ master, main ]
branches:
- master
- main
pull_request:
branches: [ master, main ]

branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 641c029

Please sign in to comment.