Skip to content

Commit

Permalink
update git workflow to only run for main
Browse files Browse the repository at this point in the history
  • Loading branch information
LankyMoose committed May 12, 2023
1 parent 75a58d7 commit cc1444d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build
on:
push: {}
push:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit cc1444d

Please sign in to comment.