Skip to content

Commit

Permalink
Merge pull request #135 from tact-lang/off-main-ci
Browse files Browse the repository at this point in the history
ci: run CI on PRs to any branch
  • Loading branch information
verytactical authored Oct 28, 2024
2 parents 716ccb1 + a3579a2 commit be45760
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Test and Deploy

on:
push:
branches: [main]
pull_request:
branches: [main]
branches:
- "**"

jobs:
test:
Expand Down

0 comments on commit be45760

Please sign in to comment.