Skip to content

Commit

Permalink
ci: allow for skip build
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jul 15, 2024
1 parent d2b2e7d commit daf39ba
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:
emulator:
Expand Down

0 comments on commit daf39ba

Please sign in to comment.