Skip to content

Commit

Permalink
Update merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
am9zZWY authored Dec 16, 2024
1 parent 92728bd commit fd9a4fa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Build on merge to main
name: Test if it builds
on:
push:
branches:
- main
pull_request:
types:
- opened


jobs:
build:
name: Build on merge to main
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd9a4fa

Please sign in to comment.