Skip to content

Commit

Permalink
Update workflow_dispatch in makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisioGwaan committed Mar 1, 2024
1 parent 5995c12 commit 6703b03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Makefile CI

on:
push:
branches: [ "feature" ]
pull_request:
branches: [ "feature" ]
# push:
# branches: [ "feature" ]
# pull_request:
# branches: [ "feature" ]
workflow_dispatch:

jobs:
CPP01-BUILD:
Expand Down

0 comments on commit 6703b03

Please sign in to comment.