Skip to content

Commit

Permalink
Merge pull request #70 from ksysoev/updates_ci_configuration
Browse files Browse the repository at this point in the history
Update GitHub Actions workflow to include pull request events
  • Loading branch information
ksysoev authored Jun 8, 2024
2 parents 05d6c27 + 4c7e492 commit fa2d57b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: WaSAbi

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

permissions:
contents: read
pull-requests: read

jobs:
tests:
Expand Down

0 comments on commit fa2d57b

Please sign in to comment.