only trigger oxide workflow for oxide branch

This commit is contained in:
Robin Malfait 2022-11-28 13:06:56 +01:00
parent 458950f5df
commit f0bac0f92f
No known key found for this signature in database
GPG Key ID: 92F53D68B9041AFE

View File

@ -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')"