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

Commit

Permalink
Update workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneAlex committed Aug 27, 2023
1 parent 1825a23 commit 153283a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/develop.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build & Test
on:
push:
branches: [ "master" ]
branches: [ "master", "develop", "feat-**" ]
pull_request:
branches: [ "master" ]
branches: [ "master", "develop", "feat-**" ]
jobs:
cpp-17-debug:
name: C++ 17 (Debug)
Expand Down

0 comments on commit 153283a

Please sign in to comment.