Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushi141 authored Oct 11, 2024
1 parent 5796f5c commit 716c9a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ on: push
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"

runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 716c9a8

Please sign in to comment.