Skip to content

Commit

Permalink
chore: define when GitHub Workflows run
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Oct 17, 2024
1 parent 71b757a commit 943685c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test-anchor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test and Build Anchor

on: [push]
on:
pull_request:
push:
branches: ['main']

jobs:
test-and-build:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test-web.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Test and Build Web

on: [push]
on:
pull_request:
push:
branches: ['main']

jobs:
test-and-build:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# template-next-tailwind-counter

This project is a preview. Please give feedback to [beeman](https://x.com/beeman_nl) on X.

## Getting Started

### Prerequisites
Expand Down

0 comments on commit 943685c

Please sign in to comment.