Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raobilal28 authored Oct 10, 2024
1 parent 7511bfb commit 27727f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ name: App Builder

on:
push:
branches: [ master ]
branches: [ master, main ]
paths-ignore:
- '**.md'
- '**.yml'
pull_request:
branches: [ master ]
branches: [ master, main ]
paths-ignore:
- '**.md'
release:
types: [published]
workflow_dispatch:

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 27727f6

Please sign in to comment.