mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
only trigger oxide workflow for oxide branch
This commit is contained in:
parent
458950f5df
commit
f0bac0f92f
12
.github/workflows/oxide-ci.yml
vendored
12
.github/workflows/oxide-ci.yml
vendored
@ -3,19 +3,11 @@ env:
|
||||
DEBUG: napi:*
|
||||
APP_NAME: '@tailwindcss/oxide'
|
||||
MACOSX_DEPLOYMENT_TARGET: '10.13'
|
||||
'on':
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- oxide
|
||||
tags-ignore:
|
||||
- '**'
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- LICENSE
|
||||
- '**/*.gitignore'
|
||||
- .editorconfig
|
||||
- docs/**
|
||||
pull_request: null
|
||||
jobs:
|
||||
build:
|
||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user