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 14, 2024
1 parent 71b757a commit b278bb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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

0 comments on commit b278bb4

Please sign in to comment.