Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abhirajadhikary06 authored Oct 16, 2024
2 parents 3a43e18 + 96820b1 commit 1f5a072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ name: 'Docker Image CI'

on:
pull_request:
types:
- opened
- reopened
branches:
- main
- 'banjofox/*'
- '*'

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
Expand Down

0 comments on commit 1f5a072

Please sign in to comment.