Skip to content

Commit

Permalink
Run build workflow on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaHydrae committed Sep 19, 2024
1 parent 2c367ca commit 271d625
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,8 @@ name: build

on:
push:
paths-ignore:
- ".ackrc"
- ".editorconfig"
- ".github/workflows/release.yml"
- ".gitignore"
- ".screenrc"
- "scripts/**"
- "TODO.md"
- ".tool-versions"
tags-ignore:
- "**"
branches:
- '*'
schedule:
# Minute (0-59), Hour (0-23), Day of the month (1-31), Month of the Year (1-12), Day of the week (0-6, 0 = Sunday)
- cron: "0 6 * * 1"
Expand Down

0 comments on commit 271d625

Please sign in to comment.