Skip to content

chore: add test branch as condition to workflow #97

chore: add test branch as condition to workflow

chore: add test branch as condition to workflow #97

name: Docker Image Build Test
on:
push:
branches:
- '*/*'
- 'test'
- '!main'
pull_request:
branches:
- '*/*'
- 'test'
- '!main'
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file test.Dockerfile --tag gallowhead:test-$(date +%s)