Skip to content

Commit

Permalink
Revert workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir-P committed Aug 11, 2024
1 parent a493cc0 commit 4b882c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fleather.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on: push
on: [push, pull_request]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance_test.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Performance Test

on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand Down

0 comments on commit 4b882c9

Please sign in to comment.