Skip to content

Commit

Permalink
Update and rename cmake.yml to build-and-package.yml
Browse files Browse the repository at this point in the history
adding manual trigger
ignoring other yaml changes
  • Loading branch information
Jared T authored Aug 26, 2023
1 parent 3b3b00a commit 8506dfa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build and Package

on:
workflow_dispatch:
push:
branches: [ main ]
paths-ignore:
Expand All @@ -11,6 +12,8 @@ on:
- '**.html'
- '**.css'
- '**.js'
- '**.yaml'
- '!**/*build*.yaml'
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 8506dfa

Please sign in to comment.