Skip to content

Commit

Permalink
Test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
viblo committed Jan 4, 2025
1 parent 52b18d8 commit d7262cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: CMake on multiple platforms

on:
push:
branches: [$default-branch]
branches: master
pull_request:
branches: [$default-branch]
branches: master

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/chipmunk.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
*/

#include <stdio.h>
#include <string.h>
Expand Down

0 comments on commit d7262cd

Please sign in to comment.