Skip to content

Commit

Permalink
Run ncc only on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-pozetroninc authored May 5, 2024
1 parent c87e638 commit 8b8b405
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ncc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
name: Build with ncc

on: [push]
on:
push:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit 8b8b405

Please sign in to comment.