Skip to content

Commit

Permalink
change when acceptance tests are run (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
haruska authored Apr 11, 2024
1 parent 6feb788 commit 65f6076
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Acceptance Testing

on: pull_request_target
on:
pull_request_target:
branches:
- main
push:
branches:
- main

jobs:
authorize:
Expand Down

0 comments on commit 65f6076

Please sign in to comment.