Skip to content

Commit

Permalink
Merge pull request #127 from jrmaddison/workflow_reconfigure
Browse files Browse the repository at this point in the history
Run tests on main PR as well as push to main
  • Loading branch information
bearecinos authored Sep 21, 2023
2 parents 95a49c9 + 78766a9 commit ee3d698
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/test-fice.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: test-fice
on: [push]

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:

fice-install:
Expand Down

0 comments on commit ee3d698

Please sign in to comment.