Skip to content

Commit

Permalink
fix: make CI/CD run on any file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorush committed Jul 13, 2024
1 parent bb619c9 commit 161a9bb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Continuous Integration
on:
push:
branches: [main]
paths: ["**.zig"]

pull_request:
branches: [main]
paths: ["**.zig"]

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions src/templates/.github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Continuous Delivery
on:
push:
branches: [main]
paths: ["**.zig"]

pull_request:
branches: [main]
paths: ["**.zig"]

workflow_dispatch:

Expand Down
2 changes: 0 additions & 2 deletions src/templates/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Continuous Integration
on:
push:
branches: [main]
paths: ["**.zig"]

pull_request:
branches: [main]
paths: ["**.zig"]

workflow_dispatch:

Expand Down

0 comments on commit 161a9bb

Please sign in to comment.