Skip to content

Commit

Permalink
fix: ignore build on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisonCole committed Sep 11, 2021
1 parent ad3b9b6 commit 418f812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build

on: push
on:
push:
branches-ignore:
- main

jobs:
build:
Expand Down

0 comments on commit 418f812

Please sign in to comment.