Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Disable automatic CI on main
Browse files Browse the repository at this point in the history
  • Loading branch information
automainint committed Sep 30, 2024
1 parent 8045961 commit 11864c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build and test

on:
push:
branches: [ main, dev ]
branches: [ dev ]
pull_request:
branches: [ main, dev ]
branches: [ dev ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 11864c7

Please sign in to comment.