Skip to content

Commit

Permalink
mod action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
umi-ushi committed Jan 20, 2024
1 parent 2461a5c commit eecaa21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: test

on:
push:
branches-ignore:
pull_request:
branches:
- main
workflow_dispatch:

Expand All @@ -11,6 +11,8 @@ env:
DOCKER_IMAGE_TAG: "backend"

jobs:
if: contains(github.head_ref, 'feature')

lint:
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit eecaa21

Please sign in to comment.