Skip to content

Commit

Permalink
Fix the 'compile and test' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jul 30, 2024
1 parent 7e3d943 commit 3c28400
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/compile-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: Compile and test the code

on:
push:
branches:
- *
pull_request:
branches:
- main
- dev
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit 3c28400

Please sign in to comment.