Skip to content

Commit

Permalink
ci: allow skipping builds
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight authored Jul 17, 2024
1 parent 039ecc3 commit 3ad31bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
build:
name: Build
if: "!contains(github.event.commits[0].message, 'ci skip')"
runs-on: ubuntu-latest

services:
Expand Down

0 comments on commit 3ad31bb

Please sign in to comment.